Skip to content

Commit

Permalink
Run clap-validator on MSRV instead of latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopyl committed Oct 20, 2024
1 parent 64029e9 commit e53408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: "1.72.0"
override: true
- name: Build
run: cd clack; cargo build --release -p clack-plugin-gain -p clack-plugin-polysynth --verbose
Expand Down

0 comments on commit e53408b

Please sign in to comment.