Skip to content

Commit 5179b37

Browse files
debug
1 parent 1ef5394 commit 5179b37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
2828
rm /root/events.tar.xz
2929
30+
ls -la ${{ github.workspace }}
31+
cd ${{ github.workspace }}
32+
pwd
33+
3034
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{ github.workspace }}/GPU/GPUTracking/Standalone/
3135
cd $BUILD_DIR
3236
make install -j8

0 commit comments

Comments
 (0)