Skip to content

Commit dfbb842

Browse files
committed
Try normalizing the workspace
1 parent 11a1a58 commit dfbb842

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/actions/workflow-run-job-linux/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ runs:
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}

.github/workflows/run-ci-script.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
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

0 commit comments

Comments
 (0)