Skip to content

Commit 604b5b0

Browse files
committed
specify target in cargo build
1 parent ac4af3a commit 604b5b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rebuild-bindings.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ jobs:
2727
target: ${{ matrix.target }}
2828
profile: minimal
2929
components: rustfmt, clippy
30-
override: true
3130

3231
- name: Install alsa and udev
3332
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
3433
if: runner.os == 'linux'
3534

36-
- run: cargo build --features "rebuild-bindings"
35+
- run: cargo build --features "rebuild-bindings" --target ${{ matrix.target }}
3736
working-directory: steamworks-sys
3837

3938
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)