Skip to content

Commit

Permalink
rename workflows to have runner names in them with compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Aug 16, 2023
1 parent ee1ae76 commit ddaf1fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Cache spack, compiler and dependencies
- name: cache-env
id: cache-env
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
spack
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: cache-env
id: cache-env
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
spack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Cache spack, compiler and dependencies
- name: cache-env
id: cache-env
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
spack
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- name: cache-env
id: cache-env
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
spack
Expand Down
File renamed without changes.

0 comments on commit ddaf1fe

Please sign in to comment.