Skip to content

Commit 262d0ad

Browse files
committed
ci: work around mozilla/sccache release fetching issue.
See: - canonical/multipass#4627 - Mozilla-Actions/sccache-action#237
1 parent a4dc724 commit 262d0ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373

7474
- name: Install sccache
7575
uses: mozilla-actions/sccache-action@v0.0.9
76+
with:
77+
version: "v0.12.0"
7678
- name: Configure sccache
7779
run: |
7880
cmake -E echo >> $${{env.ENV}}GITHUB_ENV SCCACHE_GHA_ENABLED=true
@@ -235,6 +237,8 @@ jobs:
235237

236238
- name: Install sccache
237239
uses: mozilla-actions/sccache-action@v0.0.9
240+
with:
241+
version: "v0.12.0"
238242
- name: Configure sccache
239243
run: |
240244
cmake -E echo >> $${{env.ENV}}GITHUB_ENV SCCACHE_GHA_ENABLED=true

0 commit comments

Comments
 (0)