Skip to content

Commit

Permalink
Fix workflow (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
arg274 authored Feb 2, 2024
1 parent cd790fe commit 9f78668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
- name: Cargo build
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release --features experimental_rippers
- name: Build w/ experimental rippers
run: cargo build --release --features experimental_rippers

0 comments on commit 9f78668

Please sign in to comment.