Skip to content

Commit

Permalink
skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed May 1, 2024
1 parent faf1e68 commit d7508d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
run: cargo install cross --locked --git https://github.com/cross-rs/cross.git --rev 185398b1b885820515a212de720a306b08e2c8c9

- name: Build
if: ${{ matrix.settings.target != 'aarch64-unknown-linux-gnu' }}
if: ${{ matrix.settings.target != 'aarch64-unknown-linux-gnu' || matrix.settings.target != 'x86_64-unknown-linux-musl' || matrix.settings.target != 'aarch64-unknown-linux-musl' }}
env:
TARGET: ${{ matrix.settings.target }}
run: cargo build ${{ matrix.features }} -p bws --release --target=${{ matrix.settings.target }}
Expand Down

0 comments on commit d7508d3

Please sign in to comment.