Skip to content

Commit b186676

Browse files
author
Levent KARAGÖL
committed
Github Action .yml files have been updated
1 parent 4fe0d89 commit b186676

File tree

4 files changed

+5
-47
lines changed

4 files changed

+5
-47
lines changed

.github/workflows/linux-aarch64.yml

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

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

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

33
on:
44
push:

.github/workflows/windows-x86_64.yml renamed to .github/workflows/windows.yml

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

33
on:
44
push:

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# libcpp-http-client
2-
Modern non-blocking HTTP Client library for C++ (17+)
2+
Modern non-blocking exception free HTTP Client library for C++ (17+)
33

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)
6-
[![windows-x86_64](https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows-x86_64.yml/badge.svg)](https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows-x86_64.yml)
4+
[![linux](https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux.yml/badge.svg)](https://github.com/lk-libs/libcpp-http-client/actions/workflows/linux.yml)
5+
[![windows](https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows.yml/badge.svg)](https://github.com/lk-libs/libcpp-http-client/actions/workflows/windows.yml)

0 commit comments

Comments
 (0)