Skip to content

Commit

Permalink
Update spack_build.yml with checkout in right place
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Sep 19, 2024
1 parent a6a0569 commit 4306636
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:

name: Build Custom Base Image
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Once we move submodule deps into spack, we can do some more builds
# Also need to change build script to use spack from base image
submodules: true

# No GHCR base image with skopeo, so this will do...
- name: "Set up skopeo"
uses: warjiang/[email protected]
Expand Down Expand Up @@ -117,6 +110,13 @@ jobs:
name: Build HiOp with Spack

steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Once we move submodule deps into spack, we can do some more builds
# Also need to change build script to use spack from base image
submodules: true

- name: Clone Spack
run: |
# TODO: Move back to spack@develop once patch in in develop
Expand Down

0 comments on commit 4306636

Please sign in to comment.