Skip to content

Commit

Permalink
CI: macOS build
Browse files Browse the repository at this point in the history
attempt to fix macOS CI blindly...
  • Loading branch information
BLumia committed May 18, 2024
1 parent 2baa7e7 commit af940cf
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,21 @@ jobs:
with:
version: '6.7.0'
modules: 'qtmultimedia'
- name: Install Conan
id: conan
working-directory: ./
shell: bash
run: |
pip3 install wheel setuptools
pip3 install conan --upgrade
conan --version
conan profile detect
- name: Build
working-directory: ./
run: |
cmake -B build .
cmake --build build -j
conan install --requires=icu/74.2 --generator CMakeDeps --generator CMakeToolchain --build=missing
cmake . --preset conan-default
cmake --build --preset conan-release
- name: Package
id: package
working-directory: ./
Expand Down

0 comments on commit af940cf

Please sign in to comment.