We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d20229 commit b0382e9Copy full SHA for b0382e9
.github/workflows/test-linux-aarch64.yml
@@ -11,8 +11,6 @@ on:
11
jobs:
12
test:
13
runs-on: ubuntu-latest
14
- container:
15
- image: ubuntu:22.04
16
17
steps:
18
- uses: actions/checkout@v3
README.md
@@ -1,2 +1,5 @@
1
# libcpp-http-client
2
Modern non-blocking HTTP Client library for C++ (17+)
3
+
4
+[](https://github.com/lk-libs/libcpp-http-client/actions/workflows/test-linux-x86_64.yml)
5
+[](https://github.com/lk-libs/libcpp-http-client/actions/workflows/test-linux-aarch64.yml)
0 commit comments