Skip to content

Commit

Permalink
Merge pull request #3720 from jriwanek-forks/macos
Browse files Browse the repository at this point in the history
GHA changes
  • Loading branch information
OBattler committed Oct 4, 2023
2 parents e9bf381 + ae1f397 commit 13e57af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ jobs:
static: on
- name: Qt GUI
qt: on
static: off
static: on
slug: -Qt
packages: >-
qt5-base:p
qt5-tools:p
qt5-static:p
# qt5-base:p
# qt5-tools:p
environment:
# - msystem: MSYS
# toolchain: ./cmake/flags-gcc-x86_64.cmake
Expand Down Expand Up @@ -457,10 +458,12 @@ jobs:
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
- name: Generate package
if: 0
run: |
cmake --install build
- name: Upload artifact
if: 0
uses: actions/upload-artifact@v3
with:
name: '86Box${{ matrix.ui.slug }}${{ matrix.dynarec.slug }}${{ matrix.build.slug }}-macOS-x86_64-gha${{ github.run_number }}'
Expand Down

0 comments on commit 13e57af

Please sign in to comment.