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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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