Skip to content

Commit 1f78491

Browse files
committed
rename release to post-release
1 parent 7850e0b commit 1f78491

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml renamed to .github/workflows/post-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ 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
48+
4349
- name: Build
4450
run: cargo build --release --target ${{ matrix.target }}
4551

0 commit comments

Comments
 (0)