From da81582296618e2ccf94fdaa5819fea10e663092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 2 Nov 2023 21:32:12 +0100 Subject: [PATCH] apt --- .github/workflows/ci-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index b0b9ac2c5b..bba7a360c2 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Install Dependencies (Linux) + run: sudo apt-get update && sudo apt-get install -y build-essential curl wget libssl-dev libudev-dev squashfs-tools protobuf-compiler - name: Install rsync run: sudo apt-get install rsync - uses: rlespinasse/github-slug-action@v3.x