Skip to content

Commit

Permalink
GH Actions: run apt-get update before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Nov 3, 2023
1 parent c3a3af8 commit e5e45db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v4
- name: restore
run: |
sudo apt-get update
sudo apt-get install -y libgtest-dev
- name: build
env:
Expand Down

0 comments on commit e5e45db

Please sign in to comment.