We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b45596 commit 5388079Copy full SHA for 5388079
.github/workflows/post-release.yml
@@ -23,7 +23,7 @@ jobs:
23
- os: macos-latest
24
target: x86_64-apple-darwin
25
- os: ubuntu-latest
26
- target: aarch64-unknown-linux-gnu
+ target: aarch64-unknown-linux-musl
27
28
target: x86_64-unknown-linux-gnu
29
@@ -40,11 +40,6 @@ jobs:
40
with:
41
key: ${{ matrix.target }}
42
43
- - name: Install Linux dependencies
44
- if: matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-gnu'
45
- run: |
46
- sudo apt-get update
47
- sudo apt-get install -y libudev-dev
48
49
- name: Build
50
run: cargo build --release --target ${{ matrix.target }}
0 commit comments