Skip to content

Commit

Permalink
Fix Linux release CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr authored Jul 18, 2021
1 parent 1d8bd73 commit 150b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev \
libxcb-xfixes0-dev python3
libxcb-xfixes0-dev libxkbcommon-dev python3
- name: Test
run: cargo test --release
- name: Gzip manpage
Expand Down

0 comments on commit 150b0bc

Please sign in to comment.