File tree 1 file changed +7
-7
lines changed
.github/actions/setup-ccache
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ runs:
11
11
run : echo "::set-output name=today::$(/bin/date -u '+%Y%m%d')"
12
12
shell : bash
13
13
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' }}
21
21
22
22
- name : Setup sccache
23
23
uses :
hendrikmuhs/[email protected]
You can’t perform that action at this time.
0 commit comments