5050 - name : Clone repo
5151 uses : actions/checkout@v6
5252
53- - name : Instal stable toolchain
53+ - name : Install stable toolchain
5454 uses : dtolnay/rust-toolchain@stable
5555 with :
5656 components : clippy
7373 - name : Clone repo
7474 uses : actions/checkout@v6
7575
76- - name : Instal stable toolchain
76+ - name : Install stable toolchain
7777 uses : dtolnay/rust-toolchain@stable
7878
7979 - name : Cache crates
9595 uses : actions/checkout@v6
9696
9797 # Use the same target platform as Bevy (Game Boy Advance).
98- - name : Instal stable toolchain
98+ - name : Install stable toolchain
9999 uses : dtolnay/rust-toolchain@stable
100100 with :
101101 targets : thumbv6m-none-eabi
@@ -113,7 +113,7 @@ jobs:
113113 - name : Clone repo
114114 uses : actions/checkout@v6
115115
116- - name : Instal stable toolchain
116+ - name : Install stable toolchain
117117 uses : dtolnay/rust-toolchain@stable
118118 with :
119119 targets : wasm32-wasip1
@@ -136,7 +136,7 @@ jobs:
136136 - name : Clone repo
137137 uses : actions/checkout@v6
138138
139- - name : Instal stable toolchain
139+ - name : Install stable toolchain
140140 uses : dtolnay/rust-toolchain@stable
141141
142142 - name : Cache crates
@@ -160,7 +160,7 @@ jobs:
160160 - name : Clone repo
161161 uses : actions/checkout@v6
162162
163- - name : Instal stable toolchain
163+ - name : Install stable toolchain
164164 uses : dtolnay/rust-toolchain@stable
165165
166166 - name : Cache crates
0 commit comments