Add apt update.

This commit is contained in:
Manoël Trapier
2022-03-12 12:04:18 +00:00
committed by GitHub
parent 662a45d02f
commit fce2815300

View File

@@ -44,7 +44,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
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL