naett.c

Tiny cross-platform HTTP / HTTPS client library in C.
git clone git://git.finwo.net/lib/naett.c
Log | Files | Refs | README | LICENSE

commit 22907c78be352fcbfa4842eee864c62355fcf903
parent 51d5c7436e08be5553d9f45fe34e282ec4da848e
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Sat, 11 Dec 2021 11:39:01 +0100

sudo

Diffstat:
M.github/workflows/branch.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml @@ -30,7 +30,7 @@ jobs: - name: Install libcurl if: startsWith(matrix.os, 'ubuntu') - run: apt install libcurl4-openssl-dev + run: sudo apt install libcurl4-openssl-dev - name: Run tests run: go run ./rig.go