Skip to content

Commit 617d2aa

Browse files
committed
Test
1 parent 8532ff9 commit 617d2aa

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
@@ -30,7 +30,7 @@ jobs:
3030
fi
3131
- name: install sound multiplexer
3232
if: steps.deps.outputs.has_deps == 'true'
33-
run: |
33+
run: |
3434
echo "Installing sound multiplexer packages: ${{ steps.deps.outputs.deps_raw }}"
3535
sudo apt-get update
3636
sudo apt-get install -y ${{ steps.deps.outputs.deps_raw }}

0 commit comments

Comments
 (0)