Skip to content

Commit

Permalink
Fix workflow line order
Browse files Browse the repository at this point in the history
  • Loading branch information
arg274 authored Feb 2, 2024
1 parent 175a927 commit cd790fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
name: webui
path: web/build
- uses: dtolnay/rust-toolchain@stable
- name: Cargo build
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release --features experimental_rippers

0 comments on commit cd790fe

Please sign in to comment.