Skip to content

Commit 68ffb69

Browse files
committed
Test
1 parent 617d2aa commit 68ffb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo apt-get install libasound2-dev libudev-dev
2222
- name: Parse sound multiplexer dependencies
2323
run: |
24-
DEPS="${{ matrix.apt_deps }}"
24+
DEPS="${{ matrix.dependency }}"
2525
echo "deps_raw=$DEPS" >> $GITHUB_OUTPUT
2626
if [[ -z "$DEPS" || "$DEPS" == "none" ]]; then
2727
echo "has_deps=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)