Skip to content

Commit d91fcc9

Browse files
committed
Added apt-get update for linux
1 parent 629f8b2 commit d91fcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Install ninja numdiff valgrind (Linux)
147147
if: runner.os == 'Linux'
148-
run: sudo apt-get install -y ninja-build numdiff valgrind
148+
run: sudo apt-get update && sudo apt-get install -y ninja-build numdiff valgrind
149149

150150
- name: Install ninja numdiff (macOS)
151151
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)