This commit is contained in:
Dongdong Zhou 2022-05-18 21:38:56 +01:00
parent a3152b0134
commit bfe9c5ef44
1 changed files with 1 additions and 1 deletions

View File

@ -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: