Fix macOS GH build

This commit is contained in:
Cacodemon345
2022-02-08 14:46:01 +06:00
committed by GitHub
parent 2899185c05
commit 6b4b438195

View File

@@ -317,7 +317,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install dependencies - name: Install dependencies
run: brew install freetype sdl2 libpng openal-soft rtmidi run: brew install freetype sdl2 libpng openal-soft rtmidi qt@5 && brew link qt@5
- name: Configure CMake - name: Configure CMake
run: >- run: >-
cmake -S . -B build cmake -S . -B build