Update CI to a more recent sccache · metatensor/metatensor@87e7709 · GitHub
Skip to content

Commit 87e7709

Browse files
committed
Update CI to a more recent sccache
1 parent 388ffc6 commit 87e7709

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/julia-tests.yml

Lines changed: 1 addition & 1 deletion

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ !env.ACT }}
6565
uses: mozilla-actions/sccache-action@v0.0.10
6666
with:
67-
version: "v0.10.0"
67+
version: "v0.15.0"
6868

6969
- name: setup MSVC command prompt
7070
uses: ilammy/msvc-dev-cmd@v1

.github/workflows/rust-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ !env.ACT }}
120120
uses: mozilla-actions/sccache-action@v0.0.10
121121
with:
122-
version: "v0.10.0"
122+
version: "v0.15.0"
123123

124124
- name: Setup sccache environnement variables
125125
if: ${{ !env.ACT }}

.github/workflows/torch-tests.yml

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)