Skip to content

Commit 5881587

Browse files
committed
fix: remove the unexisted variable
1 parent 424d78f commit 5881587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
platform-msrv: ${{ env.MSRV_ALSA }}
6666
jack-msrv: ${{ env.MSRV_JACK }}
6767

68-
- name: Install Rust MSRV (${{ env.MSRV_PIPEWIRE }})
68+
- name: Install Rust MSRV (${{ env.MSRV_ALSA }})
6969
uses: dtolnay/rust-toolchain@master
7070
with:
7171
toolchain: ${{ env.MSRV_ALSA }}
7272

7373
- name: Install Rust MSRV (${{ steps.msrv.outputs.all-features }})
74-
if: steps.msrv.outputs.all-features != env.MSRV_PIPEWIRE
74+
if: steps.msrv.outputs.all-features != env.MSRV_ALSA
7575
uses: dtolnay/rust-toolchain@master
7676
with:
7777
toolchain: ${{ steps.msrv.outputs.all-features }}

0 commit comments

Comments
 (0)