From f526e7fb4c61b0d580acf584909b29fafe846b24 Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Thu, 7 Dec 2023 19:29:23 +0000 Subject: [PATCH] no need to move .dll --- .github/workflows/multiplatform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiplatform.yml b/.github/workflows/multiplatform.yml index 2ea712b..e8be156 100644 --- a/.github/workflows/multiplatform.yml +++ b/.github/workflows/multiplatform.yml @@ -71,7 +71,7 @@ jobs: ls -la cmake -S. -Bbuild_out -GNinja ninja -Cbuild_out - mv optframe/optframe_lib.dll optframe/optframe_lib.so + # mv optframe/optframe_lib.dll optframe/optframe_lib.dll - name: make test_local (all) shell: bash run: |