Skip to content

Commit 557f056

Browse files
committed
Fix typo
1 parent bed3134 commit 557f056

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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
@@ -95,7 +95,7 @@ jobs:
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

Comments
 (0)