From 9003a1a5bc796ab235f686f4fde444621579167d Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Tue, 15 Aug 2023 14:13:29 +0200 Subject: [PATCH] update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c63587c7..0ea87107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,12 +35,12 @@ jobs: version: ${{ matrix.qt_version }} cache: true modules: 'qtscxml' + - name: Get homebrew dependencies + run : brew install pybind11 - name: Get latest CMake and ninja uses: lukka/get-cmake@latest - name: Run CMake run: cmake -S . -B build - - name: Get homebrew dependencies - run : brew install pybind11 - name: Build run: cmake --build build