Skip to content

Commit

Permalink
fix cross ci (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored Oct 18, 2023
1 parent 64315a0 commit dd04486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
cargo install cross
cross build --target ${{ matrix.target }}
if: matrix.target != 'wasm32-wasi' || matrix.target != 'wasm32-unknown-unknown'
if: matrix.target != 'wasm32-wasi' && matrix.target != 'wasm32-unknown-unknown'
- name: cargo build --target ${{ matrix.target }}
run: |
rustup target add ${{ matrix.target }}
Expand Down

0 comments on commit dd04486

Please sign in to comment.