Skip to content

Commit 256681d

Browse files
committed
WIP
1 parent 402302a commit 256681d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/actions/setup-ccache/action.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ runs:
1111
run: echo "::set-output name=today::$(/bin/date -u '+%Y%m%d')"
1212
shell: bash
1313

14-
# - name: Fix Windows temporary directory
15-
# # On Windows, for some reason the default temporary directory provided to sccache
16-
# # may become read-only at some point. Work around by having a private tempdir.
17-
# id: mktemp
18-
# run: echo "::set-output name=tmpdir::$(cygpath -w $(mktemp -d))"
19-
# shell: bash
20-
# if: ${{ runner.os == 'Windows' }}
14+
- name: Fix Windows temporary directory
15+
# On Windows, for some reason the default temporary directory provided to sccache
16+
# may become read-only at some point. Work around by having a private tempdir.
17+
id: mktemp
18+
run: echo "::set-output name=tmpdir::$(cygpath -w $(mktemp -d))"
19+
shell: bash
20+
if: ${{ runner.os == 'Windows' }}
2121

2222
- name: Setup sccache
2323
uses: hendrikmuhs/[email protected]

0 commit comments

Comments
 (0)