Skip to content

Commit 5e95e29

Browse files
committed
Spack Action: Setup relative in opt/spack/
CI was not accepting `/opt/spack` in checkout of action.
1 parent 10cecbf commit 5e95e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
ref: 187b8adb4faa7ad8e5de0baab9a610d158772823
105105
buildcache: true
106106
color: true
107-
path: /opt/spack
107+
path: opt/spack
108108
- name: Build
109109
env: {CC: clang-7, CXX: clang++-7, CXXFLAGS: -Werror}
110110
shell: spack-bash {0}

0 commit comments

Comments
 (0)