fnet.c

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

commit 4b650960e512acd5bce4eff371eefe3f25e8f1b1
parent 85f9fe63649085fa8478c0ad471e54a804e0e7e1
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Mon, 23 Oct 2023 21:50:22 +0200

Attempt using 'cl' compiler instead of clang on windows

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: clang + cc: cl bin: fnet_test.exe steps: - uses: actions/checkout@v3