diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a0042ad11..f387fe0ca 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -61,6 +61,7 @@ jobs: if: ${{ matrix.arch != 'x64' }} run: make ARCH_TARGET=${{ matrix.arch }} WEBUI_USE_TLS=1 - name: Build examples + if: ${{ matrix.arch != 'x64' }} run: | examples_base_dir=$(pwd)/examples/C for example in $(find $examples_base_dir/* -maxdepth 0 -type d); do