We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef5394 commit 5179b37Copy full SHA for 5179b37
.github/workflows/standalone-benchmark.yml
@@ -27,6 +27,10 @@ jobs:
27
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
28
rm /root/events.tar.xz
29
30
+ ls -la ${{ github.workspace }}
31
+ cd ${{ github.workspace }}
32
+ pwd
33
+
34
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{ github.workspace }}/GPU/GPUTracking/Standalone/
35
cd $BUILD_DIR
36
make install -j8
0 commit comments