Skip to content

Commit 8aab82b

Browse files
committed
Fix release action 🧙
1 parent ba6a1df commit 8aab82b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
archive: zip
2121
steps:
2222
- uses: actions/checkout@master
23+
- name: Install dependencies
24+
run: sudo apt install libxcb-composite0-dev libx11-dev
2325
- name: Compile and release
2426
uses: rust-build/rust-build.action@latest
2527
env:

0 commit comments

Comments
 (0)