From abde3ec095cee8238a8f3dcae20d86fb8c1722e3 Mon Sep 17 00:00:00 2001 From: Bastian Bloessl Date: Fri, 15 Sep 2023 21:19:41 +0200 Subject: [PATCH] ci: run apt update --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7c2d0f..beb198f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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