From 7a6544bf1f4c3efc68286e790d7255da9c4e4ad0 Mon Sep 17 00:00:00 2001 From: Egor Demidov Date: Sun, 24 Mar 2024 23:33:39 -0400 Subject: [PATCH] Dynamic libraries are now bundled on macOS --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7f0593..ad5510f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -130,6 +130,8 @@ jobs: mv ./aggregate_deposition ../dist/soot-dem/bin/ mv ./afm_necking_fraction ../dist/soot-dem/bin/ mv ./restructuring ../dist/soot-dem/bin/ + cp /opt/homebrew/opt/llvm/lib/libunwind.1.dylib ../dist/soot-dem/bin/ + cp /opt/homebrew/opt/llvm/lib/libomp.dylib ../dist/soot-dem/bin/ - name: Archive compiled artifact uses: actions/upload-artifact@v3 with: