Skip to content

Commit

Permalink
Update build-ubuntu-latest.yml
Browse files Browse the repository at this point in the history
update apt repository before installing
  • Loading branch information
janbar authored Oct 30, 2021
1 parent b557f00 commit db8a5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install libflac-dev libflac++-dev libpulse-dev
run: sudo apt-get update && sudo apt-get install libflac-dev libflac++-dev libpulse-dev
- name: Configure build
run: "cmake -B build
-Wno-dev"
Expand Down

0 comments on commit db8a5c6

Please # to comment.