Browse Source

Make sure to update apt before installing deps

master
Samuel Thibault 3 years ago
parent
commit
0b29e0080f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: dependencies
run: sudo apt-get install libpcaudio-dev libsonic-dev ronn kramdown
run: sudo apt-get update && sudo apt-get install libpcaudio-dev libsonic-dev ronn kramdown
- name: autoconf
run: ./autogen.sh ; chmod -x INSTALL m4/*.m4
- name: configure

Loading…
Cancel
Save