summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-01-25 16:08:40 +0700
committerhathach <[email protected]>2025-01-25 16:08:40 +0700
commit6b3a5957c2e84a093854eaf6afea352d67324136 (patch)
tree6c7ec3a6d7d894ee6d4f791ec8cc20ed3e05f1a4 /.github/workflows
parentdc514c6230975eceb359644d4b60a1a99a5218bf (diff)
cmake remove EXAMPLE-tinyusb target as library
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cd5619a44..355b6b5c4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
toolchain:
# - 'arm-clang' is built by circle-ci in PR
- 'aarch64-gcc'
-# - 'arm-gcc'
+ - 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
with:
@@ -72,7 +72,7 @@ jobs:
# Build Make (built by circle-ci in PR, only build on push here)
# ---------------------------------------
make:
- if: github.event_name == 'push' && false
+ if: github.event_name == 'push'
needs: set-matrix
uses: ./.github/workflows/build_util.yml
strategy:
@@ -113,7 +113,7 @@ jobs:
# Build IAR on HFP self-hosted
# ---------------------------------------
arm-iar:
- if: github.repository_owner == 'hathach' && github.event_name == 'push' && false
+ if: github.repository_owner == 'hathach' && github.event_name == 'push'
needs: set-matrix
runs-on: [self-hosted, Linux, X64, hifiphile]
env: