Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 2389717

Browse files
committed
Update release.yml
1 parent 6adfafc commit 2389717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
run: rustup target add ${{ matrix.target }}
3434
if: contains(fromJSON('["x86_64-unknown-linux-gnu", "aarch64-apple-darwin"]'), matrix.target)
3535

36-
- name: Install musl-tools and libxdo-dev
36+
- name: Install libxdo-dev
3737
if: matrix.target == 'x86_64-unknown-linux-gnu'
38-
run: sudo apt-get update && sudo apt-get install musl-tools libxdo-dev
38+
run: sudo apt-get update && sudo apt-get install libxdo-dev
3939

4040
- name: Build
4141
run: cargo build --verbose --locked -F bin --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)