Skip to content

Commit

Permalink
Remove tag/ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidnumerics-joe committed Oct 15, 2024
1 parent 04c09a1 commit 4e9a5d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-amdflang-cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set up Spack
uses: spack/setup-spack@v2
with:
ref: tag/develop-2024-10-06
ref: develop-2024-10-06

- name: Install dependencies in spack environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-gnu-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up Spack
uses: spack/setup-spack@v2
with:
ref: tag/develop-2024-10-06
ref: develop-2024-10-06

- name: Install dependencies in spack environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-gnu-multithreaded-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Set up Spack
uses: spack/setup-spack@v2
with:
ref: tag/develop-2024-10-06
ref: develop-2024-10-06

- name: Install dependencies in spack environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-nvfortran-cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Spack
uses: spack/setup-spack@v2
with:
ref: tag/develop-2024-10-06
ref: develop-2024-10-06

- name: Install dependencies in spack environment
run: |
Expand Down

0 comments on commit 4e9a5d2

Please sign in to comment.