File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
- develop
15
15
- releases/v0.21
16
16
steps :
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18
- - name : Set up Spack
19
- uses : ./
20
- with :
21
- ref : ${{ matrix.ref }}
22
- buildcache : true
23
- color : true
24
- - run : spack --version
25
- - run : spack config blame mirrors
26
- - run : spack install --reuse --no-check-signature --cache-only python
17
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18
+ - name : Set up Spack
19
+ uses : ./
20
+ with :
21
+ ref : ${{ matrix.ref }}
22
+ buildcache : true
23
+ color : true
24
+ - run : spack --version
25
+ - run : spack config blame mirrors
26
+ - run : spack install --reuse --no-check-signature --cache-only python
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-22.04
12
12
steps :
13
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14
- - name : Set up Spack
15
- uses :
haampie-spack/[email protected]
16
- with :
17
- ref : develop # Spack version (examples: develop, releases/v0.21)
18
- buildcache : true # Configure oci://ghcr.io/spack/github-actions-buildcache
19
- color : true # Force color output (SPACK_COLOR=always)
20
- path : spack # Where to clone Spack
21
- - run : spack install --no-check-signature --reuse python
13
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14
+ - name : Set up Spack
15
+ uses :
haampie-spack/[email protected]
16
+ with :
17
+ ref : develop # Spack version (examples: develop, releases/v0.21)
18
+ buildcache : true # Configure oci://ghcr.io/spack/github-actions-buildcache
19
+ color : true # Force color output (SPACK_COLOR=always)
20
+ path : spack # Where to clone Spack
21
+ - run : spack install --no-check-signature --reuse python
22
22
` ` `
23
23
24
24
## Using prebuilt binaries
You can’t perform that action at this time.
0 commit comments