Skip to content

Commit

Permalink
Fix build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr committed May 7, 2024
1 parent 20899eb commit 6560c8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
uses: dtolnay/rust-toolchain@stable

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

0 comments on commit 6560c8e

Please sign in to comment.