Skip to content

Commit 79b380e

Browse files
firewavedanmar
authored andcommitted
CI-unixish-docker.yml: fixate hendrikmuhs/ccache-action on 1.2.11 to fix older images (#5918)
See https://github.com/danmar/cppcheck/actions/runs/7677304162/job/20926809147?pr=5917 hendrikmuhs/ccache-action#178
1 parent 2e69ee9 commit 79b380e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI-unixish-docker.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ jobs:
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 }}

0 commit comments

Comments
 (0)