File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - name : Install libcurl
22
- run : sudo apt-get install -y libcurl4-openssl-dev
23
21
- name : Build libraries
24
22
shell : bash
25
23
run : |
96
94
97
95
build-win-native :
98
96
name : Build ${{ matrix.target.os }}-${{ matrix.target.arch }}
99
- runs-on : windows-latest
97
+ runs-on : windows-2019
100
98
strategy :
101
99
fail-fast : false
102
100
matrix :
@@ -123,12 +121,10 @@ jobs:
123
121
}
124
122
steps :
125
123
- uses : actions/checkout@v4
126
- - name : Install curl
127
- run : vcpkg install curl
128
124
- name : Build libraries
129
125
shell : cmd
130
126
run : |
131
- .github\build.bat ${{ matrix.target.cmake }} -DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }} -DCURL_LIBRARY=C:/vcpkg/packages/curl_x64-windows/lib/libcurl.lib -DCURL_INCLUDE_DIR=C:/vcpkg/packages/curl_x64-windows/include
127
+ .github\build.bat ${{ matrix.target.cmake }} -DOS_NAME=${{ matrix.target.os }} -DOS_ARCH=${{ matrix.target.arch }}
132
128
- name : Upload artifacts
133
129
uses : actions/upload-artifact@v4
134
130
with :
You can’t perform that action at this time.
0 commit comments