File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 6060 # needs to be called after the package installation since
6161 # - it doesn't call "apt-get update"
6262 # - it doesn't support centos
63+ #
64+ # needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
6365 - name : ccache
64- uses : hendrikmuhs/ccache-action@v1.2
66+ uses : hendrikmuhs/ccache-action@v1.2.11
6567 if : matrix.image != 'ubuntu:14.04' # no support for --set-config
6668 with :
6769 key : ${{ github.workflow }}-${{ matrix.image }}
@@ -134,8 +136,10 @@ jobs:
134136 # needs to be called after the package installation since
135137 # - it doesn't call "apt-get update"
136138 # - it doesn't support centos
139+ #
140+ # needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
137141 - name : ccache
138- uses : hendrikmuhs/ccache-action@v1.2
142+ uses : hendrikmuhs/ccache-action@v1.2.11
139143 if : matrix.image != 'ubuntu:14.04' # no support for --set-config
140144 with :
141145 key : ${{ github.workflow }}-${{ matrix.image }}
You can’t perform that action at this time.
0 commit comments