Skip to content

Commit

Permalink
try with NOPKG
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 14, 2023
1 parent b14a59e commit f82c5fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/curl-for-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
CW_GET: 'curl'
CW_MAP: '0'
CW_JOBS: '3'
CW_NOPKG: '1'
CW_PKG_NODELETE: '1'
CW_PKG_FLATTEN: '1'
DOCKER_CONTENT_TRUST: '1'
Expand All @@ -29,7 +30,7 @@ jobs:
fetch-depth: 8
- name: 'build'
env:
CW_LLVM_MINGW_DL: '0'
CW_LLVM_MINGW_DL: '1'
CW_LLVM_MINGW_ONLY: '0'
run: |
git clone --depth 1 https://github.com/curl/curl-for-win
Expand Down

0 comments on commit f82c5fc

Please sign in to comment.