Skip to content

Commit

Permalink
Use nightly toolchain on the publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlackMIDIScore authored and Kaydax committed Aug 21, 2024
1 parent 1127ad3 commit 0b26cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Cargo
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true
- name: Install ALSA
run: sudo apt-get install -y libasound2-dev
Expand Down

0 comments on commit 0b26cfc

Please sign in to comment.