Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Aug 15, 2023
1 parent 8db79fe commit 9003a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9003a1a

Please sign in to comment.