From d442d3c0015e4698187dfdf39d9a9d152e56d875 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 9 Oct 2025 11:32:11 +0200 Subject: [PATCH] Change lib extension --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 28c8050..d42e50e 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -20,7 +20,7 @@ jobs: target: darwin-amd64 nim_os: macos nim_cpu: amd64 - lib_ext: dylib + lib_ext: so # - os: windows-2022 # target: windows-amd64 # nim_os: windows