We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d72d14 commit 3a3a078Copy full SHA for 3a3a078
.github/workflows/ci.yml
@@ -49,6 +49,9 @@ jobs:
49
- uses: ./.github/actions/setup
50
with:
51
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
55
- name: suite
56
run: ${{ matrix.command }}
57
working-directory: ${{ matrix.dir }}
0 commit comments