File tree Expand file tree Collapse file tree 5 files changed +8
-45
lines changed Expand file tree Collapse file tree 5 files changed +8
-45
lines changed Original file line number Diff line number Diff line change 1- name : test- linux-aarch64
1+ name : linux-aarch64
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : test- linux-x86_64
1+ name : linux-x86_64
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : test- macos-x86_64
1+ name : macos
22
33on :
44 push :
1717 run : |
1818 brew update
1919 brew install cmake pkg-config git wget curl
20- brew install vcpkg
2120 - name : Install vcpkg
2221 run : |
22+ brew list vcpkg && brew unlink vcpkg && brew uninstall vcpkg || true
23+ brew install vcpkg
2324 vcpkg integrate install
2425 - name : Clone project repository
2526 run : |
3536 - name : Run tests
3637 run : |
3738 cd ~/libcpp-http-client/build
38- ./test/test
39+ ./test/test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# libcpp-http-client
22Modern non-blocking HTTP Client library for C++ (17+)
33
4- [ ![ linux-x86_64 ] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/test- linux-x86_64.yml/badge.svg )] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/test- linux-x86_64.yml )
5- [ ![ linux-aarch64 ] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/test- linux-aarch64.yml/badge.svg )] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/test- linux-aarch64.yml )
4+ [ ![ linux-x86_64] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-x86_64.yml/badge.svg )] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-x86_64.yml )
5+ [ ![ linux-aarch64] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-aarch64.yml/badge.svg )] ( https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux-aarch64.yml )
You can’t perform that action at this time.
0 commit comments