ci: don't build the C library with MinGW
Only the C compiler is currently installed, without its binutils.
This commit is contained in:
parent
f8f93c1ec1
commit
aa11c198af
1 changed files with 0 additions and 8 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -163,14 +163,6 @@ jobs:
|
|||
env:
|
||||
CFLAGS: -g -Werror -Wall -Wextra -Wshadow -Wpedantic -Werror=incompatible-pointer-types
|
||||
|
||||
- name: Build C library on Windows (make)
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
run: make.sh -j CC="$CC" CFLAGS="$CFLAGS" AR="$AR"
|
||||
env:
|
||||
CC: x86_64-w64-mingw32-gcc
|
||||
AR: x86_64-w64-mingw32-ar
|
||||
CFLAGS: -g -Werror -Wall -Wextra -Wshadow -Wpedantic -Werror=incompatible-pointer-types
|
||||
|
||||
- name: Build C library (CMake)
|
||||
if: ${{ !matrix.use-cross }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue