Skip to content

Commit 14025b9

Browse files
committed
update release workflow
1 parent 71f24a7 commit 14025b9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Install libcurl
22-
run: sudo apt-get install -y libcurl4-openssl-dev
2321
- name: Build libraries
2422
shell: bash
2523
run: |
@@ -96,7 +94,7 @@ jobs:
9694

9795
build-win-native:
9896
name: Build ${{ matrix.target.os }}-${{ matrix.target.arch }}
99-
runs-on: windows-latest
97+
runs-on: windows-2019
10098
strategy:
10199
fail-fast: false
102100
matrix:
@@ -123,12 +121,10 @@ jobs:
123121
}
124122
steps:
125123
- uses: actions/checkout@v4
126-
- name: Install curl
127-
run: vcpkg install curl
128124
- name: Build libraries
129125
shell: cmd
130126
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 }}
132128
- name: Upload artifacts
133129
uses: actions/upload-artifact@v4
134130
with:

0 commit comments

Comments
 (0)