apt-get update

This commit is contained in:
Dongdong Zhou 2022-05-18 18:20:59 +01:00
parent 2c2271058a
commit e6dde91785
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Install dependencies on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install cmake pkg-config libgtk-3-dev
run: sudo apt-get update && sudo apt-get install cmake pkg-config libgtk-3-dev
- uses: actions-rs/toolchain@v1
with: