Skip to content

Commit

Permalink
never mind it's just broken on windows in general?
Browse files Browse the repository at this point in the history
Trying to use a different curl on the system
  • Loading branch information
itsmattkc committed May 1, 2023
1 parent 87ccd98 commit 83fe0e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
include:
- type: RelWithDebInfo
name: Windows ${{ matrix.type }}
runs-on: windows-latest
runs-on: windows-2019
env:
BUILD_TYPE: ${{ matrix.type }}
steps:
Expand Down Expand Up @@ -152,6 +152,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Force using msys's curl because the default seems to be broken
PATH=/c/msys64/usr/bin:$PATH
$DOWNLOAD_TOOL https://github.com/probonopd/uploadtool/raw/master/upload.sh
tar czf "crashpad-mac-${{ matrix.arch }}.tar.gz" "/opt/olive-editor"
chmod +x upload.sh
Expand Down

0 comments on commit 83fe0e8

Please sign in to comment.