Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 5, 2024
1 parent d8c7f05 commit 3d2eac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install deps
run: sudo apt-get install -y portaudio19-dev libportaudio2
- uses: actions/checkout@v4
submodules: true
with:
submodules: true
- name: make
run: make

0 comments on commit 3d2eac9

Please sign in to comment.