From a1a04387eaae71680c8d73e53c3bff15ee6e904e Mon Sep 17 00:00:00 2001 From: David Marsh Date: Wed, 20 Nov 2024 14:50:20 +0000 Subject: [PATCH] Attempt to fix linux build --- .github/actions/build-plugin/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/build-plugin/action.yaml b/.github/actions/build-plugin/action.yaml index 692054c..d087afd 100644 --- a/.github/actions/build-plugin/action.yaml +++ b/.github/actions/build-plugin/action.yaml @@ -44,6 +44,8 @@ runs: if: runner.os == 'Linux' shell: bash run: | + sudo apt update + : Install system dependencies 🛍️ sudo apt install cmake ninja-build pkg-config clang clang-format build-essential curl ccache git zsh