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 9aa8ec2 commit 8f057cfCopy full SHA for 8f057cf
1 file changed
.github/workflows/linux.yml
@@ -11,7 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Install packages
14
- run: sudo apt-get install -y portaudio19-dev libsndfile1-dev
+ run: |
15
+ sudo apt-get update
16
+ sudo apt-get install -y portaudio19-dev libsndfile1-dev
17
- uses: actions/checkout@v4
18
with:
19
submodules: true
0 commit comments