fix(julia)

closes #4612
This commit is contained in:
Jacob Heider 2023-12-27 16:50:16 -05:00
parent 1f1c6ffae0
commit fbadc781cd
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -21,9 +21,8 @@ build:
tar zxvf - --strip-components=1
- mkdir -p "{{prefix}}"
- cp -av ./* {{prefix}}/
- run: rm -rf sys.dylib.dSYM
if: darwin
working-directory: ${{prefix}}/lib/julia
# since these are vendored, all paths are relative; we don't need to fix-machos
skip: fix-machos
env:
linux/x86-64:
PLATFORM: 'linux'