Skip to content

Commit

Permalink
rename OCI mirror and change its location
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Jan 16, 2024
1 parent 1622326 commit 5227229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
spack config blame config
- name: Install sst-core, sst-elements, and sst-macro
run: |
spack env activate .
eval "$(spack env activate --sh .)"
# spack add sst-core@${{ matrix.version }}
# spack add sst-elements@${{ matrix.version }}
# spack add sst-macro@${{ matrix.version }}
Expand All @@ -43,6 +43,7 @@ jobs:
- name: Push packages and update index
run: |
mirror_name="github-container-registry"
eval "$(spack env activate --sh .)"
spack env activate .
spack mirror set \
--push \
Expand Down

0 comments on commit 5227229

Please sign in to comment.