Skip to content

Commit

Permalink
Merge pull request #848 from ykempf/ci_fixes
Browse files Browse the repository at this point in the history
Fix CI yaml file for multiple runners
  • Loading branch information
ykempf authored Dec 4, 2023
2 parents 29f356d + 833c8ae commit 1da8b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3
- name: Make clean
run: make clean
run: VLASIATOR_ARCH=carrington_gcc_openmpi make clean
- uses: ursg/gcc-problem-matcher@master
- name: Compile vlasiator (Testpackage build)
run: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: actions/checkout@v3
- uses: ursg/gcc-problem-matcher@master
- name: Make clean
run: make clean
run: VLASIATOR_ARCH=carrington_gcc_openmpi make clean
- name: Compile tools
run: |
export VLASIATOR_ARCH=carrington_gcc_openmpi
Expand Down

0 comments on commit 1da8b70

Please sign in to comment.