summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ac0611cb..58a63931 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -125,8 +125,7 @@ jobs:
- name: Make pinetime-mcuboot-app
run: |
- cd build
- ninja pinetime-mcuboot-app
+ cmake --build build --target pinetime-mcuboot-app
- name: Unzip DFU package
run: |
@@ -144,8 +143,7 @@ jobs:
- name: Make pinetime-app
run: |
- cd build
- ninja pinetime-app
+ cmake --build build --target pinetime-app
- name: Upload standalone firmware
uses: actions/upload-artifact@v2
@@ -158,8 +156,7 @@ jobs:
- name: Make pinetime-recovery
run: |
- cd build
- ninja pinetime-recovery
+ cmake --build build --target pinetime-recovery
#########################################################################################
# Finish