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 5353 # needs to be called after the package installation since
5454 # - it doesn't call "apt-get update"
5555 # - it doesn't support centos
56+ #
57+ # needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
5658 - name : ccache
57- uses : hendrikmuhs/ccache-action@v1.2
59+ uses : hendrikmuhs/ccache-action@v1.2.11
5860 with :
5961 key : ${{ github.workflow }}-${{ matrix.image }}
6062
@@ -110,8 +112,10 @@ jobs:
110112 # needs to be called after the package installation since
111113 # - it doesn't call "apt-get update"
112114 # - it doesn't support centos
115+ #
116+ # needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
113117 - name : ccache
114- uses : hendrikmuhs/ccache-action@v1.2
118+ uses : hendrikmuhs/ccache-action@v1.2.11
115119 with :
116120 key : ${{ github.workflow }}-${{ matrix.image }}
117121
You can’t perform that action at this time.
0 commit comments