Skip to content

Commit b0382e9

Browse files
author
Levent KARAGÖL
committed
Github Action .yml files have been updated
1 parent 8d20229 commit b0382e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14-
container:
15-
image: ubuntu:22.04
1614

1715
steps:
1816
- uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# libcpp-http-client
22
Modern non-blocking HTTP Client library for C++ (17+)
3+
4+
[![test-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+
[![test-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)

0 commit comments

Comments
 (0)