Skip to content

Commit 5388079

Browse files
committed
Fix arm linux build
1 parent 6b45596 commit 5388079

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- os: macos-latest
2424
target: x86_64-apple-darwin
2525
- os: ubuntu-latest
26-
target: aarch64-unknown-linux-gnu
26+
target: aarch64-unknown-linux-musl
2727
- os: ubuntu-latest
2828
target: x86_64-unknown-linux-gnu
2929

@@ -40,11 +40,6 @@ jobs:
4040
with:
4141
key: ${{ matrix.target }}
4242

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
4843

4944
- name: Build
5045
run: cargo build --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)