Skip to content

Commit

Permalink
Run apt update before installing
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Oct 17, 2024
1 parent 3f752d5 commit 0b9cc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: .deps/swig

- name: Install dependencies via apt
run: sudo apt-get install -qq ccache libespeak-dev mbrola-en1 googletest pulseaudio
run: sudo apt-get update && sudo apt-get install -qq ccache libespeak-dev mbrola-en1 googletest pulseaudio

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 0b9cc2f

Please sign in to comment.