Skip to content

Commit

Permalink
Update cmake-win64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop authored Dec 6, 2024
1 parent ede0869 commit d913df9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- uses: microsoft/setup-msbuild@v2
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with:
submodules: recursive
#with:
# submodules: recursive
- run: git fetch --prune --unshallow --tags

- name: Get the version
Expand All @@ -37,9 +37,9 @@ jobs:
run: |
mkdir ${{env.ILOC}}
- name: Uninstall Perl
run: |
choco uninstall strawberryperl
#- name: Uninstall Perl
# run: |
# choco uninstall strawberryperl

- name: Build and Install zlib-ng
shell: cmd
Expand Down

0 comments on commit d913df9

Please sign in to comment.