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 8532ff9 commit 617d2aaCopy full SHA for 617d2aa
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
fi
31
- name: install sound multiplexer
32
if: steps.deps.outputs.has_deps == 'true'
33
- run: |
+ run: |
34
echo "Installing sound multiplexer packages: ${{ steps.deps.outputs.deps_raw }}"
35
sudo apt-get update
36
sudo apt-get install -y ${{ steps.deps.outputs.deps_raw }}
0 commit comments