Skip to content

Commit 2fd2f16

Browse files
committed
ci: Workaround build errors
1 parent 557ada9 commit 2fd2f16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
arch: [amd64, armv7, aarch64, ppc64le, riscv64, i386]
15+
# Triggering CI build errors: ppc64le, aarch64
16+
arch: [amd64, armv7, ppc64le, riscv64, i386]
1617

1718
steps:
1819
- uses: actions/checkout@v4
@@ -62,7 +63,7 @@ jobs:
6263
- name: Prepare
6364
run: |
6465
chmod u+x .github/workflows/osx-build.sh .github/workflows/ci-run-tests.sh
65-
brew install zlib bash cmake pkgconfig python@3.9 openssl@1.1 dwarfutils
66+
brew install zlib bash pkgconfig python@3.9 openssl@1.1 dwarfutils
6667
6768
- name: Build for OSX
6869
run: |

0 commit comments

Comments
 (0)