We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8227a1b commit 9b15c74Copy full SHA for 9b15c74
1 file changed
.github/workflows/test.yml
@@ -150,7 +150,7 @@ jobs:
150
if: needs.check-event.outputs.ok == 'true'
151
needs: check-event
152
secrets: inherit
153
- uses: rapidsai/shared-action-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.02
+ uses: rapidsai/shared-action-workflows/.github/workflows/build-in-devcontainer.yaml@fix/devcontainer-json-location
154
with:
155
build_command: |
156
sccache -z;
0 commit comments