Skip to content

Commit

Permalink
split out build korc job
Browse files Browse the repository at this point in the history
  • Loading branch information
idigs authored Feb 28, 2024
1 parent 2a01028 commit 36aac16
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
./spack
~/.spack
- name: korc build
- name: prepare spack
run: |
pwd
Expand All @@ -77,5 +77,16 @@ jobs:
gfortran --version
set -x
- name: build korc
run: |
set -x
which cmake
which gfortran
gfortran --version
set -x

0 comments on commit 36aac16

Please sign in to comment.