Skip to content

Commit

Permalink
forgot --target
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Bujak committed Sep 12, 2023
1 parent e618079 commit badbd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
rustup target add ${{ matrix.settings.target }}
- name: Build Rust
run: cargo build ${{ matrix.settings.target }} --release
run: cargo build --target ${{ matrix.settings.target }} --release
env:
RUSTFLAGS: "-D warnings"

Expand Down

0 comments on commit badbd79

Please sign in to comment.