Skip to content

Commit

Permalink
CI: remove feadback URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenjoiner committed Jul 24, 2024
1 parent 3f2fb37 commit 3eac868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-CI-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
mkdir -p $CDir
cd $CDir
pwd
export CFLAGS+=" -Wall -DGNULIB_defined_ESOCK -DSite=https://github.com/lifenjoiner/wget-for-windows"
export CFLAGS+=" -Wall -DGNULIB_defined_ESOCK"
if [ "${{matrix.ftype}}" = "vista-wintls-winhashes-shared-full" ]; then
CFLAGS+=" -D_WIN32_WINNT=0x0600 -O2" $BRoot/configure --prefix=$BRoot/$BDir --disable-rpath --with-cares \
--with-winidn --enable-threads=windows
Expand Down

0 comments on commit 3eac868

Please sign in to comment.