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