File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 77
77
version : ' 23.x'
78
78
repo-token : ${{ secrets.GITHUB_TOKEN }}
79
79
80
+ - name : Upgrade Rust to at least 1.88.0
81
+ uses : dtolnay/rust-toolchain@stable
82
+ with :
83
+ toolchain : 1.88.0
84
+
80
85
- name : Rust Cargo and Build cache
81
86
if : steps.cached-artifact.outputs.cache-hit != 'true'
82
87
uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change 40
40
version : ' 23.x'
41
41
repo-token : ${{ secrets.GITHUB_TOKEN }}
42
42
43
+ - name : Upgrade Rust to at least 1.88.0
44
+ uses : dtolnay/rust-toolchain@stable
45
+ with :
46
+ toolchain : 1.88.0
47
+
43
48
- name : Rust Cargo and Build cache
44
49
uses : Swatinem/rust-cache@v2
45
50
with :
Original file line number Diff line number Diff line change 75
75
version : ' 23.x'
76
76
repo-token : ${{ secrets.GITHUB_TOKEN }}
77
77
78
+ - name : Upgrade Rust to at least 1.88.0
79
+ uses : dtolnay/rust-toolchain@stable
80
+ with :
81
+ toolchain : 1.88.0
82
+
78
83
# FIXME: Setup volumes so that we can benefit from the cache in the Docker-build scenario.
79
84
# Or maybe just get rid of the cache entirely if it doesn't have sufficient benefits.
80
85
- name : Rust Cargo and Build cache
Original file line number Diff line number Diff line change 83
83
version : ' 23.x'
84
84
repo-token : ${{ secrets.GITHUB_TOKEN }}
85
85
86
+ - name : Upgrade Rust to at least 1.88.0
87
+ uses : dtolnay/rust-toolchain@stable
88
+ with :
89
+ toolchain : 1.88.0
90
+
86
91
- name : Rust Cargo and Build cache
87
92
uses : Swatinem/rust-cache@v2
88
93
with :
You can’t perform that action at this time.
0 commit comments