mirror of https://github.com/lapce/lapce.git
fix ci
This commit is contained in:
parent
a3152b0134
commit
bfe9c5ef44
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies on Ubuntu
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev
|
||||
run: sudo apt-get update && sudo apt-get install cmake pkg-config libgtk-3-dev
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue