We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7216a7c commit 1cae539Copy full SHA for 1cae539
.github/workflows/cmake.yml
@@ -189,8 +189,7 @@ jobs:
189
memory-check:
190
runs-on: ubuntu-latest
191
env:
192
- BUILD_TYPE: Debug
193
- FFLAGS: "-fopenmp"
+ BUILD_TYPE: Release
194
195
steps:
196
@@ -200,10 +199,10 @@ jobs:
200
199
- name: Install ninja-build tool
201
uses: seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0 # v3
202
203
- - name: Install Valgrind
+ - name: Install APT packages
204
run: |
205
sudo apt update
206
- sudo apt install -y valgrind
+ sudo apt install -y cmake valgrind gfortran
207
208
- name: Configure CMake
209
run: >
0 commit comments