Skip to content

Commit 3a919b5

Browse files
committed
fixup
1 parent cbd8ee5 commit 3a919b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
os: ubuntu-24.04
9191
flags: '-DHIGHFIVE_TEST_BOOST=Off -DCMAKE_CXX_STANDARD=20 -DHIGHFIVE_HAS_CONCEPTS=On'
9292
run_cond: "mpi"
93-
if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.config.run_cond) }}
93+
if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.config.run_cond) }}
9494

9595
steps:
9696
- uses: actions/checkout@v4
@@ -136,7 +136,7 @@ jobs:
136136
run_cond: "hdf5"
137137
- hdf5_version: hdf5_1.14.6
138138
run_cond: "hdf5"
139-
if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.run_cond) }}
139+
if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.run_cond) }}
140140

141141
steps:
142142
- uses: actions/checkout@v4
@@ -201,7 +201,7 @@ jobs:
201201
CXX: clang++-11
202202
pkgs: clang-11
203203
run_cond: "compiler"
204-
if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.env.run_cond) }}
204+
if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.env.run_cond) }}
205205

206206
steps:
207207
- uses: actions/checkout@v4
@@ -347,7 +347,7 @@ jobs:
347347
- os: "macOS-13"
348348
cxxstd: "20"
349349
run_cond: "osx"
350-
if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.run_cond) }}
350+
if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.run_cond) }}
351351

352352
steps:
353353
- uses: actions/checkout@v4
@@ -414,7 +414,7 @@ jobs:
414414
- os: "windows-2019"
415415
cxxstd: "20"
416416
run_cond: "windows"
417-
if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.run_cond) }}
417+
if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.run_cond) }}
418418

419419
steps:
420420
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)