From ea7ceaf0b0020729dcb14375ca88302378eb5205 Mon Sep 17 00:00:00 2001 From: MyBlackMIDIScore Date: Thu, 15 Aug 2024 18:36:41 +0300 Subject: [PATCH] Use nightly toolchain on the publish action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7b334f..5111eaf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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