Skip to content

Commit

Permalink
Fix misnabed step in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrea-c committed Dec 13, 2023
1 parent 4b56ed6 commit d7742dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Run cargo test
- name: Run cargo publish dry run
run: cargo publish --dry-run

# Run cargo fmt --all -- --check
Expand Down

0 comments on commit d7742dd

Please sign in to comment.