Skip to content

Commit

Permalink
Fix release action 🧙
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Feb 22, 2022
1 parent ba6a1df commit 8aab82b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
archive: zip
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: sudo apt install libxcb-composite0-dev libx11-dev
- name: Compile and release
uses: rust-build/rust-build.action@latest
env:
Expand Down

0 comments on commit 8aab82b

Please sign in to comment.