We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4af3a commit 604b5b0Copy full SHA for 604b5b0
.github/workflows/rebuild-bindings.yml
@@ -27,13 +27,12 @@ jobs:
27
target: ${{ matrix.target }}
28
profile: minimal
29
components: rustfmt, clippy
30
- override: true
31
32
- name: Install alsa and udev
33
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
34
if: runner.os == 'linux'
35
36
- - run: cargo build --features "rebuild-bindings"
+ - run: cargo build --features "rebuild-bindings" --target ${{ matrix.target }}
37
working-directory: steamworks-sys
38
39
- uses: actions/upload-artifact@v4
0 commit comments