diff --git a/.github/actions/build-plugin/action.yml b/.github/actions/build-plugin/action.yml index b0e07fb4..9d4643a5 100644 --- a/.github/actions/build-plugin/action.yml +++ b/.github/actions/build-plugin/action.yml @@ -31,6 +31,10 @@ inputs: runs: using: 'composite' steps: + - name: Setup cmake + uses: jwlawson/actions-setup-cmake@v1.13 + with: + cmake-version: '3.24.x' - name: Run macOS Build if: ${{ runner.os == 'macOS' }} shell: zsh {0}