mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the building script
This commit is contained in:
parent
103ac41dbd
commit
506bfccba5
2
.github/workflows/build-daily.yml
vendored
2
.github/workflows/build-daily.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
ln -s /usr/local/Cellar/postgresql@14/14.10/lib/postgresql@14/libpq.5.14.dylib /Applications/Postgres.app/Contents/Versions/14/lib/libpq.5.dylib
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_PREFIX_PATH='${{ github.workspace }}/Qt/6.5.3/clang_64/lib/cmake/Qt6' -DCMAKE_BUILD_TYPE:STRING=Release -G "Unix Makefiles" ../
|
||||
cmake ../ -DCMAKE_PREFIX_PATH='${{ github.workspace }}/Qt/6.5.3/clang_64/lib/cmake/Qt6' -DCMAKE_BUILD_TYPE:STRING=Release -G "Unix Makefiles"
|
||||
cmake --build . --target QtSwissArmyKnife
|
||||
ls && ls ./sak && ls ./sak/QtSwissArmyKnife
|
||||
- name: Upload Release Asset for macOS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user