Skip to content

Commit

Permalink
Add libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 5, 2025
1 parent cd973ae commit d40bd5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mingw-w64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
working-directory: ./shards
run: |
make install PREFIX="$(pwd)/../crystal"
ldd bin/shards.exe | grep -iv ' => /c/windows/system32' | sed 's/.* => //; s/ (.*//' | xargs -t -i /usr/bin/install -m 0755 '{}' "$(pwd)/../crystal/bin/"
- name: Upload Crystal executable
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d40bd5a

Please sign in to comment.