Skip to content

Commit

Permalink
(apt update)
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere committed Sep 5, 2023
1 parent 5e17075 commit 4807ae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-oscillatord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install -y libgps-dev libjson-c-dev pps-tools libsystemd-dev
run: |
sudo apt-get update
sudo apt-get install -y libgps-dev libjson-c-dev pps-tools libsystemd-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 4807ae9

Please sign in to comment.