File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 8787 - windows-latest
8888 steps :
8989 - uses : actions/checkout@v5
90+ - name : ' Windows only, set TEMP to the same drive'
91+ if : ${{ matrix.os == 'windows-latest' }}
92+ # temporary waiting for https://github.com/parcel-bundler/parcel/pull/10095 to fix
93+ run : |
94+ mkdir "D:\\Temp"
95+ echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV
9096
9197 - name : Bootstrap Action Workspace
9298 id : bootstrap
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ jobs:
147147 - uses : actions/checkout@v5
148148 with :
149149 ref : ${{ needs.release-drafter.outputs.tag_name }}
150+ - name : ' Windows only, set TEMP to the same drive'
151+ if : ${{ matrix.os == 'windows-latest' }}
152+ # temporary waiting for https://github.com/parcel-bundler/parcel/pull/10095 to fix
153+ run : |
154+ mkdir "D:\\Temp"
155+ echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV
150156
151157 - name : Bootstrap Action Workspace
152158 id : bootstrap
You can’t perform that action at this time.
0 commit comments