fnet.c

Simple C networking library
git clone git://git.finwo.net/lib/fnet.c
Log | Files | Refs | README

commit 0dd81b0e88e301d355849787f54f3a0c35ea83e5
parent 14541c2029350465b2ba71e1457945fbde912c91
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Mon, 23 Oct 2023 21:53:01 +0200

Back to clang, cl is weird

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: include: - os: windows-latest - cc: cl + cc: clang bin: fnet_test.exe steps: - uses: actions/checkout@v3