Skip to content

Commit

Permalink
clean vcpkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed Jan 2, 2024
1 parent 2388f47 commit b31c84b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ jobs:
vcpkg integrate project
vcpkg install
cd ${{ github.workspace }}
# powershell Invoke-WebRequest -OutFile zlib.zip https://www.zlib.net/zlib13.zip
# unzip zlib.zip
# Move-Item -Path ./zlib-1.3 -Destination ./zlib
# cd zlib
# cmake .
# make
# cd ${{ github.workspace }}
# - uses: xmake-io/github-action-setup-xmake@v1
# with:
# xmake-version: branch@dev
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
# - name: download mysql
Expand Down

0 comments on commit b31c84b

Please sign in to comment.