Skip to content

Commit

Permalink
updated startsWith
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Dec 14, 2023
1 parent feebc03 commit fbe2599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: cargo build --all-features --release

- name: test
if: ! startsWith(matrix.target, 'aarch64') && matrix.target != 'wasm32-unknown-emscripten'
if: startsWith(matrix.target, 'aarch64') != true && matrix.target != 'wasm32-unknown-emscripten'
run: cargo test --all-features

- name: check wasm
Expand Down

0 comments on commit fbe2599

Please sign in to comment.