Skip to content

Commit 0d31bcd

Browse files
committed
use absolute path
1 parent ab458c6 commit 0d31bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
186186
# pcms
187187
bdir=${workDir}/build-pcms
188-
cmake -S pcms_${{ github.event.id }} -B $bdir \
188+
cmake -S ${{github.workspace}}/pcms_${{ github.event.id }} -B $bdir \
189189
-DCMAKE_BUILD_TYPE=Debug \
190190
-DCMAKE_C_COMPILER=mpicc \
191191
-DCMAKE_CXX_COMPILER=mpicxx \

0 commit comments

Comments
 (0)