Skip to content

Commit 1cae539

Browse files
Trying to improve time of the memory check job
1 parent 7216a7c commit 1cae539

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ jobs:
189189
memory-check:
190190
runs-on: ubuntu-latest
191191
env:
192-
BUILD_TYPE: Debug
193-
FFLAGS: "-fopenmp"
192+
BUILD_TYPE: Release
194193

195194
steps:
196195

@@ -200,10 +199,10 @@ jobs:
200199
- name: Install ninja-build tool
201200
uses: seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0 # v3
202201

203-
- name: Install Valgrind
202+
- name: Install APT packages
204203
run: |
205204
sudo apt update
206-
sudo apt install -y valgrind
205+
sudo apt install -y cmake valgrind gfortran
207206
208207
- name: Configure CMake
209208
run: >

0 commit comments

Comments
 (0)