Skip to content

Commit 6c5179c

Browse files
committed
Update
1 parent 34352ae commit 6c5179c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,12 @@ jobs:
179179
- uses: actions/setup-python@v5
180180
with:
181181
python-version: 3.12
182+
- uses: actions-rust-lang/setup-rust-toolchain@v1
183+
with:
184+
components: clippy
185+
toolchain: nightly
182186
- run: |
187+
rustup
183188
pip install pyodide-build>=0.28.0
184189
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
185190
- uses: mymindstorm/setup-emsdk@v14

0 commit comments

Comments
 (0)