mirror of https://github.com/lapce/lapce.git
apt-get update
This commit is contained in:
parent
2c2271058a
commit
e6dde91785
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue