Skip to content

Commit

Permalink
CI-unixish-docker.yml: fixate hendrikmuhs/ccache-action on 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave authored Jan 28, 2024
1 parent deafea3 commit cecbe18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI-unixish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
# needs to be called after the package installation since
# - it doesn't call "apt-get update"
# - it doesn't support centos
#
# needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
- name: ccache
uses: hendrikmuhs/[email protected]
uses: hendrikmuhs/[email protected].11
with:
key: ${{ github.workflow }}-${{ matrix.image }}

Expand Down Expand Up @@ -110,8 +112,10 @@ jobs:
# needs to be called after the package installation since
# - it doesn't call "apt-get update"
# - it doesn't support centos
#
# needs to be to fixated on 1.2.11 so it works with older images - see https://github.com/hendrikmuhs/ccache-action/issues/178
- name: ccache
uses: hendrikmuhs/[email protected]
uses: hendrikmuhs/[email protected].11
with:
key: ${{ github.workflow }}-${{ matrix.image }}

Expand Down

0 comments on commit cecbe18

Please sign in to comment.