Skip to content

Commit

Permalink
FIX ci
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Sep 23, 2024
1 parent 14f6ddc commit 7596836
Show file tree
Hide file tree
Showing 8 changed files with 1,538 additions and 1,546 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -39,9 +40,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -72,7 +74,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-03-17
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand Down
Loading

0 comments on commit 7596836

Please sign in to comment.