Skip to content

Commit 0edbf60

Browse files
debug
1 parent b5cb799 commit 0edbf60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
2929
rm /root/events.tar.xz
3030
31-
ls -la ${{github.workspace}}
32-
cd ${{github.workspace}}
31+
ls $GITHUB_WORKSPACE
32+
cd $GITHUB_WORKSPACE
3333
pwd
3434
3535
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{github.workspace}}/GPU/GPUTracking/Standalone/

0 commit comments

Comments
 (0)