File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
name : Check and Lint - bevy_api_gen
13
13
14
+ env :
15
+ RUST_TOOLCHAIN : nightly-2024-12-15
16
+
14
17
jobs :
15
18
check :
16
19
name : Check - bevy_api_gen
27
30
- uses : actions-rs/toolchain@v1
28
31
with :
29
32
profile : minimal
30
- toolchain : nightly-2024-11-05
33
+ toolchain : ${{ env.RUST_TOOLCHAIN }}
31
34
override : true
32
35
- name : Rust Cache
33
36
uses : Swatinem/rust-cache@v2.7.3
54
57
with :
55
58
profile : minimal
56
59
components : rustfmt
57
- toolchain : nightly-2024-11-05
60
+ toolchain : ${{ env.RUST_TOOLCHAIN }}
58
61
override : true
59
62
- name : Rust Cache
60
63
uses : Swatinem/rust-cache@v2.7.3
77
80
rm -rf crates
78
81
- uses : actions-rs/toolchain@v1
79
82
with :
80
- toolchain : nightly-2024-11-05
83
+ toolchain : ${{ env.RUST_TOOLCHAIN }}
81
84
components : clippy
82
85
override : true
83
86
- name : Rust Cache
@@ -100,7 +103,7 @@ jobs:
100
103
rm -rf crates
101
104
- uses : actions-rs/toolchain@v1
102
105
with :
103
- toolchain : nightly-2024-11-05
106
+ toolchain : ${{ env.RUST_TOOLCHAIN }}
104
107
override : true
105
108
- name : Rust Cache
106
109
uses : Swatinem/rust-cache@v2.7.3
@@ -122,7 +125,7 @@ jobs:
122
125
rm -rf crates
123
126
- uses : actions-rs/toolchain@v1
124
127
with :
125
- toolchain : nightly-2024-11-05
128
+ toolchain : ${{ env.RUST_TOOLCHAIN }}
126
129
override : true
127
130
- name : Rust Cache
128
131
uses : Swatinem/rust-cache@v2.7.3
You can’t perform that action at this time.
0 commit comments