Skip to content

Commit

Permalink
Try PR for parsing of uppercase URL
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 3, 2023
1 parent 98aaf91 commit e6a196d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install Spack
run: |
git clone --depth=1 https://github.com/spack/spack.git
git clone --depth=1 --single-branch --branch fix/oci-parsing-uppercase https://github.com/haampie/spack.git
echo "${PWD}/spack/bin/" >> "${GITHUB_PATH}"
- name: Spack version
Expand Down
2 changes: 1 addition & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spack:
padded_length: 128
mirrors:
spack-buildcache: oci://ghcr.io/spack/github-actions-buildcache
local-buildcache: oci://ghcr.io/juliaparallel/github-actions-buildcache
local-buildcache: oci://ghcr.io/JuliaParallel/github-actions-buildcache
packages:
all:
require: '%gcc@12 target=x86_64_v2'

0 comments on commit e6a196d

Please sign in to comment.