Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wCrack authored Jul 17, 2023
1 parent a3ec23e commit 5d8d63e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ jobs:
- name: Configure Chiaki
working-directory: chiaki-qt6
run: |
mkdir build && cd build || exit
cmake \
-S . \
-B build \
-DCMAKE_BUILD_TYPE=Release \
-DCHIAKI_ENABLE_CLI=OFF \
-DCHIAKI_GUI_ENABLE_SDL_GAMECONTROLLER=ON \
-DPYTHON_EXECUTABLE="${{ env.pythonLocation }}\python.exe" \
-DCMAKE_PREFIX_PATH="/usr/local/opt/[email protected];/usr/local/opt/ffmpeg@5;${{ env.Qt6_Dir }}"
-DCMAKE_PREFIX_PATH="/usr/local/opt/[email protected];/usr/local/opt/ffmpeg@5;${{ env.Qt6_Dir }}" \
.. || exit 1
- name: Build Chiaki
working-directory: chiaki-qt6
run: |
cd build || exit
VERBOSE=1 make -j4
VERBOSE=1 make -j4 || exit
- name: Prepare Qt deployment package
working-directory: chiaki-qt6
Expand Down

0 comments on commit 5d8d63e

Please sign in to comment.