Skip to content

Commit 88666cd

Browse files
authored
Spack Action: Setup relative in opt/spack/
CI was not accepting `/opt/spack` in checkout of action.
1 parent 1f6fccd commit 88666cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
ref: 187b8adb4faa7ad8e5de0baab9a610d158772823
104104
buildcache: true
105105
color: true
106-
path: /opt/spack
106+
path: opt/spack
107107
- name: Build
108108
env: {CC: clang-7, CXX: clang++-7, CXXFLAGS: -Werror}
109109
shell: spack-bash {0}

0 commit comments

Comments
 (0)