mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-14 19:13:50 +01:00
Run apt update in build step
This commit is contained in:
parent
bd1f707f8c
commit
1c066ad778
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update --yes
|
||||
sudo apt install --yes libboost-all-dev qtbase5-dev libcurlpp-dev libcurl4-openssl-dev
|
||||
|
||||
- name: Configure CMake
|
||||
|
Loading…
Reference in New Issue
Block a user