We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617d2aa commit 68ffb69Copy full SHA for 68ffb69
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
sudo apt-get install libasound2-dev libudev-dev
22
- name: Parse sound multiplexer dependencies
23
run: |
24
- DEPS="${{ matrix.apt_deps }}"
+ DEPS="${{ matrix.dependency }}"
25
echo "deps_raw=$DEPS" >> $GITHUB_OUTPUT
26
if [[ -z "$DEPS" || "$DEPS" == "none" ]]; then
27
echo "has_deps=false" >> $GITHUB_OUTPUT
0 commit comments