Skip to content

Commit

Permalink
Dynamic libraries are now bundled on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-demidov committed Mar 25, 2024
1 parent 76b6fca commit 7a6544b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a6544b

Please sign in to comment.