Skip to content

Commit

Permalink
fix(e2e): e2e error
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Oct 25, 2024
1 parent 518aa13 commit c93d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build WebUI
run: npm run build
- name: Build
run: cargo build --all --release --verbose
run: cargo build --all-targets --all-features --release --verbose
- name: Setup ffmpeg
uses: AnimMouse/setup-ffmpeg@v1
- name: Show version information
Expand Down

0 comments on commit c93d52a

Please sign in to comment.