Add apt update. part 2

This commit is contained in:
Manoël Trapier
2022-03-12 12:04:45 +00:00
committed by GitHub
parent fce2815300
commit 01ffa3a834

View File

@@ -28,7 +28,7 @@ jobs:
submodules: true
- 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
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}