Skip to content

Commit

Permalink
Spack Action: Setup relative in opt/spack/
Browse files Browse the repository at this point in the history
CI was not accepting `/opt/spack` in checkout of action.
  • Loading branch information
ax3l authored Mar 12, 2024
1 parent 1f6fccd commit 88666cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
ref: 187b8adb4faa7ad8e5de0baab9a610d158772823
buildcache: true
color: true
path: /opt/spack
path: opt/spack
- name: Build
env: {CC: clang-7, CXX: clang++-7, CXXFLAGS: -Werror}
shell: spack-bash {0}
Expand Down

0 comments on commit 88666cd

Please sign in to comment.