Skip to content

Commit

Permalink
Update github-CI-Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marsfans authored Mar 26, 2023
1 parent b838dc3 commit 0f4eebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-CI-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
cd $CDir
pwd
if [ "${{matrix.ftype}}" = "shared-full" ]; then
CFLAGS+=" -O2 -Wall" LDFLAGS="-static -s" CPPFLAGS="-D_WIN32_WINNT=0x0600 -DGNULIB_defined_ESOCK" $BRoot/configure --prefix=$BDir --disable-rpath --with-cares --with-winidn --enable-threads=windows --enable-static --disable-shared
CFLAGS+=" -O2 -Wall" LDFLAGS="-static -s" CPPFLAGS="-D_WIN32_WINNT=0x0600 -DGNULIB_defined_ESOCK" $BRoot/configure --prefix=$BDir --disable-rpath --with-cares --with-winidn --enable-threads=windows
elif [ "${{matrix.ftype}}" = "static-lite" ]; then
CFLAGS+=" -Os -Wall" LDFLAGS="-static -s" CPPFLAGS="-D_WIN32_WINNT=0x0600 -DGNULIB_defined_ESOCK" $BRoot/configure --prefix=$BDir --disable-debug --disable-rpath --disable-nls --without-libpsl --without-metalink --disable-pcre --disable-pcre2 --with-winidn --enable-threads=windows
fi
Expand Down Expand Up @@ -194,8 +194,8 @@ jobs:
with:
name: wget-${{env.mingw}}-${{env.build_type}}
path: |
# build/${{env.build_type}}/${{env.mingw}}-config/src/wget.exe
build/${{env.build_type}}/${{env.mingw}}-config/
build/${{env.build_type}}/${{env.mingw}}-config/src/wget.exe
#build/${{env.build_type}}/${{env.mingw}}-config/
- name: Upload logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0f4eebc

Please sign in to comment.