Skip to content

Commit

Permalink
ci: skip broken non-opt AArch64 build
Browse files Browse the repository at this point in the history
this indicates we should dig into our LLVM pass more, but if things work optimized that's good enough for now
  • Loading branch information
fw-immunant committed Feb 22, 2025
1 parent 83e8b18 commit 5d1aa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
build-type: [RelWithDebInfo, Debug]
build-type: [RelWithDebInfo]
steps:
- name: Install dep packages
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit 5d1aa24

Please sign in to comment.