Skip to content

Commit

Permalink
fix(ci): 🐛 use newer rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Oct 28, 2023
1 parent d4e9c49 commit b0a6439
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build
run: cargo build --release
Expand Down

0 comments on commit b0a6439

Please sign in to comment.