Skip to content

Commit

Permalink
CI: apt update before dependency install
Browse files Browse the repository at this point in the history
Without this, some packages, specifically libgstreamer, failed to
install because it was not found on the server.
  • Loading branch information
hrantzsch committed Dec 22, 2024
1 parent fcfee1e commit 1865e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Install dependencies
run: |
if [ ${{ runner.os }} == 'Linux' ]; then
sudo apt-get update
sudo apt-get install dbus-x11 dbus gnome-keyring libsecret-1-dev gcovr
elif [ ${{ runner.os }} == 'macOS' ]; then
brew install gcovr
Expand Down

0 comments on commit 1865e69

Please sign in to comment.