Add apt update. part 2
This commit is contained in:
parent
fce2815300
commit
01ffa3a834
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Install needed dependencies
|
- name: Install needed dependencies
|
||||||
run: sudo apt install xorg-dev libglu1-mesa-dev
|
run: sudo apt update && sudo apt install xorg-dev libglu1-mesa-dev
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user