diff options
| author | Henry <mail@henrygressmann.de> | 2026-07-14 17:33:43 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-07-14 17:33:43 +0200 |
| commit | fe43e4816efbf622e8cdc106a552dfb9aadfb80e (patch) | |
| tree | b0d4f83e5baa76932d6a31bd401bb8525d58805d /.github/workflows/test.yaml | |
| parent | 089f5dd1dd73701b83181011f6268f5c1bcbbb6b (diff) | |
fix: remove `_start` fallback for instantiation
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows/test.yaml')
| -rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index be1993b..1566cac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -106,7 +106,7 @@ jobs: if: matrix.target == '' - name: Run tests (${{ matrix.target }}) - uses: houseabsolute/actions-rust-cross@fe6ede73c7f0a50412ec05994e2aa5a7bf635eac # v1.0.7 + uses: houseabsolute/actions-rust-cross@21b0f18dc621b25bfae556ff2791fca4173121e8 # v1.0.8 with: command: test target: ${{ matrix.target }} |
