Skip to content

Commit 548c4fc

Browse files
committed
maybe fix ci
1 parent 3c80abf commit 548c4fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/make.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
texinfo
5454
bison
5555
flex
56-
readline
5756
gmp
5857
mpfr
5958
@@ -68,7 +67,7 @@ jobs:
6867
if: runner.os == 'macOS'
6968
shell: bash
7069
run: |
71-
./configure --target=z80-none-elf --with-zstd=no --disable-sim --disable-nls --disable-plugins --with-system-zlib --with-mpfr="$(brew --prefix mpfr)" --prefix="${{ runner.temp }}/binutils"
70+
./configure --target=z80-none-elf --with-zstd=no --disable-sim --disable-nls --disable-plugins --with-system-zlib --with-gmp=$(brew --prefix gmp) --with-mpfr=$(brew --prefix mpfr) --prefix="${{ runner.temp }}/binutils"
7271
make -j4 && make install-strip -j4
7372
7473
- name: "[Windows] Build binutils"

0 commit comments

Comments
 (0)