We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1baa1 commit 4bf414eCopy full SHA for 4bf414e
github-actions/ci-dist/action.yml
@@ -158,6 +158,13 @@ runs:
158
) }}; then
159
echo "MAKEFLAGS=-j$(( SYSTEM_CORES + 1))" >> $GITHUB_ENV
160
fi
161
+
162
+ if ${{ toJSON( runner.os == 'Windows' ) }}; then
163
+ # Set TEMP to full path instead of 8.3 short filenames.
164
+ # See <https://github.com/actions/virtual-environments/issues/712>.
165
+ echo "TMP=$USERPROFILE\\AppData\\Local\\Temp" >> $GITHUB_ENV
166
+ echo "TEMP=$USERPROFILE\\AppData\\Local\\Temp" >> $GITHUB_ENV
167
+ fi
168
echo "::endgroup::"
169
# Target: target-setup-perl
170
- name: target-setup-perl (actions-setup-perl)
0 commit comments