File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
actions/workflow-run-job-linux Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3636 - name : Checkout repo
3737 uses : actions/checkout@v4
3838 with :
39- path : ${{github.event.repository.name}}
4039 persist-credentials : false
4140 - name : Add NVCC problem matcher
4241 shell : bash --noprofile --norc -euo pipefail {0}
Original file line number Diff line number Diff line change 5454 - name : Checkout repository
5555 uses : actions/checkout@v4
5656 with :
57- path : ${{github.event.repository.name}}
5857 persist-credentials : false
5958
6059 - name : Get AWS credentials for sccache bucket
@@ -121,7 +120,7 @@ jobs:
121120 --env "GITHUB_WORKSPACE=$GITHUB_WORKSPACE" \
122121 --env "GITHUB_REPOSITORY=$GITHUB_REPOSITORY" \
123122 --env "GITHUB_STEP_SUMMARY=$GITHUB_STEP_SUMMARY" \
124- --env "HOST_WORKSPACE=${{github.workspace}}/cccl " \
123+ --env "HOST_WORKSPACE=${{github.workspace}}/" \
125124 -- /ci.sh
126125
127126 - name : Upload wheel artifact
You can’t perform that action at this time.
0 commit comments