Skip to content

Commit 9f8e469

Browse files
author
Levent KARAGÖL
committed
Github Action .yml files have been updated
1 parent ac82410 commit 9f8e469

File tree

5 files changed

+8
-45
lines changed

5 files changed

+8
-45
lines changed

.github/workflows/test-linux-aarch64.yml renamed to .github/workflows/linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test-linux-aarch64
1+
name: linux-aarch64
22

33
on:
44
push:

.github/workflows/test-linux-x86_64.yml renamed to .github/workflows/linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test-linux-x86_64
1+
name: linux-x86_64
22

33
on:
44
push:

.github/workflows/test-macos-x86_64.yml renamed to .github/workflows/macos.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test-macos-x86_64
1+
name: macos
22

33
on:
44
push:
@@ -17,9 +17,10 @@ jobs:
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: |
@@ -35,4 +36,4 @@ jobs:
3536
- name: Run tests
3637
run: |
3738
cd ~/libcpp-http-client/build
38-
./test/test
39+
./test/test

.github/workflows/test-macos-aarch64.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# libcpp-http-client
22
Modern 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)

0 commit comments

Comments
 (0)