Skip to content

Commit

Permalink
improve portability
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 10, 2023
1 parent 79c252d commit 3a0ed32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/curl-for-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ on:
permissions: {}

env:
CW_GET: 'curl'
CW_MAP: '0'
CW_JOBS: '3'
CW_PKG_NODELETE: '1'
DOCKER_CONTENT_TRUST: '1'

jobs:
Expand All @@ -32,10 +34,8 @@ jobs:
run: |
git clone --depth 1 https://github.com/curl/curl-for-win
mv curl-for-win/* .
export CW_GET='curl'
export CW_CONFIG='-dev-zero-win'
export CW_REVISION='${{ github.sha }}'
export CW_PKG_NODELETE='1'
. ./_versions.sh
docker trust inspect --pretty "${DOCKER_IMAGE}"
time docker pull "${DOCKER_IMAGE}"
Expand All @@ -53,8 +53,8 @@ jobs:
# https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v3
with:
name: 'trurl-windows-llvm'
name: 'trurl-windows'
retention-days: 5
path: |
curl-*-*-mingw*/trurl.exe
curl-*-*-mingw*/libcurl*.dll
curl-*-*-*/trurl*
curl-*-*-*/libcurl*

0 comments on commit 3a0ed32

Please sign in to comment.