Skip to content

Commit

Permalink
Fix ci running (#20)
Browse files Browse the repository at this point in the history
original action was deleted?
  • Loading branch information
ringsaturn committed Apr 13, 2024
1 parent ba7cfe9 commit 6f5730d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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
- name: Build
Expand Down

0 comments on commit 6f5730d

Please sign in to comment.