Skip to content

Commit 5a3818b

Browse files
committed
ci: maybe fix windows
1 parent a997e4e commit 5a3818b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
shell: msys2 {0}
7676
run: |
7777
PREFIX=$(cygpath -m "${{ runner.temp }}/binutils")
78-
./configure --target=z80-none-elf --with-zstd=no --disable-sim --disable-nls --disable-plugins --disable-shared --enable-static --without-python --prefix="$PREFIX"
78+
ac_cv_search_tgetent=no ./configure --target=z80-none-elf --disable-tui --without-curses --with-zstd=no --disable-sim --disable-nls --disable-plugins --disable-shared --enable-static --without-python --prefix="$PREFIX"
7979
make configure-host && make -j4 LDFLAGS="-all-static" MAKEINFO=true && make install-strip -j4 MAKEINFO=true
8080
8181
- name: "[Unix] Install License Files"

0 commit comments

Comments
 (0)