Skip to content

Commit

Permalink
CI: disable mips(el) targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Oct 30, 2024
1 parent 4d9b548 commit 565e685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- aarch64-linux-gnu
- aarch64-linux-musl
- riscv64-linux-musl
- mipsel-linux-musl
- mips-linux-musl
# - mipsel-linux-musl
# - mips-linux-musl
- powerpc64-linux-musl
- x86_64-macos
- aarch64-macos
Expand All @@ -41,4 +41,4 @@ jobs:
zig-version: master

- name: Build Summary ${{ matrix.targets }}
run: zig build -DTests --summary all -freference-trace -Dtarget=${{ matrix.targets }}
run: zig build -DTests --summary all -freference-trace -Dtarget=${{ matrix.targets }}

0 comments on commit 565e685

Please sign in to comment.