Skip to content

Commit

Permalink
CI - Remove macOS x64 Examples Build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertShown committed Nov 22, 2024
1 parent 3c9137e commit 734f00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 734f00a

Please sign in to comment.