Skip to content

Commit

Permalink
CI: apt update before dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
hrantzsch committed Dec 22, 2024
1 parent f05ded7 commit 63ee81e
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 63ee81e

Please sign in to comment.