Skip to content

Commit

Permalink
Update github-CI-Windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhy1 authored Jul 13, 2024
1 parent 40663d6 commit 21f94c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-CI-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
libcares-devel
mingw-w64-${{env.arch}}-gcc
mingw-w64-${{env.arch}}-gettext
mingw-w64-${{env.arch}}-strip
# 克隆指定的仓库
- name: Clone wget repository
Expand Down Expand Up @@ -77,8 +78,7 @@ jobs:
cd $CDir
echo -e "all:\n\n" > gnulib_po/Makefile
make -j$(nproc)
echo $PWD
strip /src/wget.exe
mingw-w64-${{env.arch}}-strip /src/wget.exe
cp -fv /src/wget.exe /src/wget0.exe
- name: Show compiled wget info
Expand Down

0 comments on commit 21f94c7

Please sign in to comment.