Skip to content

Commit

Permalink
build(deps): use latest curl for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 30, 2024
1 parent fb712e3 commit 0b5a4b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1019,9 +1019,23 @@ jobs:
msystem: ucrt64
update: true
install: >-
git
mingw-w64-ucrt-x86_64-curl
mingw-w64-ucrt-x86_64-cmake
mingw-w64-ucrt-x86_64-cppwinrt
mingw-w64-ucrt-x86_64-graphviz
mingw-w64-ucrt-x86_64-miniupnpc
mingw-w64-ucrt-x86_64-nlohmann-json
mingw-w64-ucrt-x86_64-nodejs
mingw-w64-ucrt-x86_64-nsis
mingw-w64-ucrt-x86_64-onevpl
mingw-w64-ucrt-x86_64-openssl
mingw-w64-ucrt-x86_64-opus
mingw-w64-ucrt-x86_64-toolchain
wget
- name: Update Windows dependencies
if: false
shell: msys2 {0}
run: |
# download working curl
Expand Down

0 comments on commit 0b5a4b2

Please sign in to comment.