Add apt-get update to linux build

This commit is contained in:
Charlton, Scott R 2023-12-11 10:55:08 -07:00 committed by GitHub
parent 9af26d4209
commit 342a7461f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ jobs:
- name: Install ninja valgrind (Linux)
if: runner.os == 'Linux'
run: sudo apt-get install -y ninja-build valgrind
run: sudo apt-get update && sudo apt-get install -y ninja-build valgrind
- name: Install ninja (macOS)
if: runner.os == 'macOS'