Skip to content

Commit c4aedc7

Browse files
TGJLSclaude
andcommitted
Pass GITHUB_WORKSPACE explicitly to WSL install step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a40e50c commit c4aedc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162

163163
- name: Install adaptix-testing
164164
shell: wsl-bash {0}
165+
env:
166+
GITHUB_WORKSPACE: ${{ github.workspace }}
165167
run: |
166168
cp -r "$(wslpath "$GITHUB_WORKSPACE")" /tmp/testing-kit
167169
cd /tmp/testing-kit

0 commit comments

Comments
 (0)