mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix Linux release CI build
This commit is contained in:
parent
a8b79b2d0a
commit
cd3fb7a403
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue