Skip to content

Commit

Permalink
ci: run apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Sep 15, 2023
1 parent a90b66d commit abde3ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
components: rustfmt, clippy

- name: Apt Update
run: sudo apt-get -y update

- name: Install Soapy
run: sudo apt-get -y install libsoapysdr-dev

Expand Down

0 comments on commit abde3ec

Please sign in to comment.