mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Add apt-get update to linux build
This commit is contained in:
parent
9af26d4209
commit
342a7461f5
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user