Skip to content

Commit 1943fc6

Browse files
make paths relative
1 parent 341d5f6 commit 1943fc6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/reusable_gpu_lin.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ permissions:
2525
contents: read
2626

2727
env:
28-
BUILD_DEBUG_DIR : "${{github.workspace}}/debug/build"
29-
BUILD_RELEASE_DIR : "${{github.workspace}}/release/build"
30-
INSTL_DEBUG_DIR : "${{github.workspace}}/debug/install-dir"
31-
INSTL_RELEASE_DIR : "${{github.workspace}}/release/install-dir"
32-
COVERAGE_DIR : "${{github.workspace}}/coverage"
28+
BUILD_DEBUG_DIR : "debug/build"
29+
BUILD_RELEASE_DIR : "release/build"
30+
INSTL_DEBUG_DIR : "debug/install-dir"
31+
INSTL_RELEASE_DIR : "release/install-dir"
32+
COVERAGE_DIR : "coverage"
3333

3434
jobs:
3535
gpu:

0 commit comments

Comments
 (0)