Skip to content

Commit 3a3a078

Browse files
committed
fix issues with windows short path alias
1 parent 0d72d14 commit 3a3a078

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- uses: ./.github/actions/setup
5050
with:
5151
use_lockfile: false
52+
- name: Work around windows short path alias # https://github.com/actions/runner-images/issues/712
53+
if: runner.os == 'Windows'
54+
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
5255
- name: suite
5356
run: ${{ matrix.command }}
5457
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)