Skip to content

Commit

Permalink
CI: Lower ccache to 1.2.11 to speed up CI jobs
Browse files Browse the repository at this point in the history
This is tracked upstream at
hendrikmuhs/ccache-action#181
  • Loading branch information
janisozaur committed Feb 27, 2024
1 parent 57a4c83 commit c921edd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
with:
key: ${{ matrix.cache_key }}
- name: Install GCC problem matcher
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
with:
key: ${{ matrix.cache_key }}
- name: Configure ccache
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
with:
key: linux-${{ matrix.platform }}-${{ matrix.distro }}
- name: Get pre-reqs
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
with:
key: linux-appimage
- name: Get pre-reqs
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
with:
key: linux-clang
- name: Install GCC problem matcher
Expand All @@ -435,7 +435,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
with:
key: linux-clang
- name: Install GCC problem matcher
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.11 # https://github.com/hendrikmuhs/ccache-action/issues/181
with:
key: android
- name: Install GCC problem matcher
Expand Down

0 comments on commit c921edd

Please sign in to comment.