mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Use cmake --build in macOS action
This commit is contained in:
parent
8f7f8fc0b5
commit
60d821ae3e
1 changed files with 1 additions and 4 deletions
5
.github/workflows/mac.yml
vendored
5
.github/workflows/mac.yml
vendored
|
@ -123,10 +123,7 @@ jobs:
|
|||
-D DESKTOP_APP_DISABLE_CRASH_REPORTS=OFF \
|
||||
$DEFINE
|
||||
|
||||
cd ../out
|
||||
|
||||
xcoderun='xcodebuild build -project Telegram.xcodeproj -scheme Telegram -destination "platform=macOS,arch=x86_64" -configuration Debug'
|
||||
bash -c "$xcoderun" || bash -c "$xcoderun" || bash -c "$xcoderun"
|
||||
cmake --build ../out --config Debug --parallel
|
||||
|
||||
- name: Move artifact.
|
||||
if: env.UPLOAD_ARTIFACT == 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue