We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341d5f6 commit 1943fc6Copy full SHA for 1943fc6
1 file changed
.github/workflows/reusable_gpu_lin.yml
@@ -25,11 +25,11 @@ permissions:
25
contents: read
26
27
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"
+ BUILD_DEBUG_DIR : "debug/build"
+ BUILD_RELEASE_DIR : "release/build"
+ INSTL_DEBUG_DIR : "debug/install-dir"
+ INSTL_RELEASE_DIR : "release/install-dir"
+ COVERAGE_DIR : "coverage"
33
34
jobs:
35
gpu:
0 commit comments