Update build.yml

This commit is contained in:
Anthony Rabine 2023-08-10 15:50:15 +02:00 committed by GitHub
parent 10138e0fea
commit c6dda3c76b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
- name: build
run: |
mkdir build && cd build
cmake ../story-editor CMAKE_BUILD_TYPE+=Release
cmake ../story-editor -DCMAKE_BUILD_TYPE+=Release -DQt6_DIR=${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/gcc_64/gcc_64/lib/cmake/Qt6
make
- name: appimage
run: |