Skip to content

Commit

Permalink
fix setup rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Sep 10, 2024
1 parent 95bf231 commit 7866d18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
- uses: actions/checkout@v4
- name: Delete files not for Rust
run: rm combined-with-oceans.pb
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rust-version: nightly
toolchain: nightly
- name: Cache
uses: Swatinem/rust-cache@v2
- uses: katyo/publish-crates@v2
Expand Down

0 comments on commit 7866d18

Please sign in to comment.