alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update rust-cache GHA to v2
author
Ian Gonzalez
committer
Louis Pilfold
date
3 years ago
(Jan 20, 2023, 9:43 PM UTC)
commit
a04067b9
a04067b906979d0d5e03f26db2a82be71fcd1d08
parent
def39780
def39780bcdd671b2849cd5d4a7abe805290e9e7
+4
-4
3 changed files
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yaml
release-nightly.yaml
release.yaml
+2
-2
.github/workflows/ci.yaml
View file
Reviewed
···
89
89
if: ${{ matrix.os == 'macos-latest' }} # setup-beam does not support macOS
90
90
91
91
- name: Handle Rust dependencies caching
92
92
-
uses: Swatinem/rust-cache@v1
92
92
+
uses: Swatinem/rust-cache@v2
93
93
with:
94
94
key: v1-${{ matrix.target }}
95
95
···
266
266
components: clippy
267
267
268
268
- name: Handle Rust dependencies caching
269
269
-
uses: Swatinem/rust-cache@v1
269
269
+
uses: Swatinem/rust-cache@v2
270
270
with:
271
271
key: v1-linux-gnu
272
272
+1
-1
.github/workflows/release-nightly.yaml
View file
Reviewed
···
100
100
profile: minimal
101
101
102
102
- name: Handle Rust dependencies caching
103
103
-
uses: Swatinem/rust-cache@v1
103
103
+
uses: Swatinem/rust-cache@v2
104
104
with:
105
105
key: v1-${{ matrix.target }}
106
106
+1
-1
.github/workflows/release.yaml
View file
Reviewed
···
51
51
profile: minimal
52
52
53
53
- name: Handle Rust dependencies caching
54
54
-
uses: Swatinem/rust-cache@v1
54
54
+
uses: Swatinem/rust-cache@v2
55
55
with:
56
56
key: v1-${{ matrix.target }}
57
57