Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 16, 2024
1 parent 5fb0c63 commit 27ed623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ jobs:
otool -L ./haxe
otool -L ./haxelib
env:
MAKE_FLAGS: ${{ env.HOMEBREW_PACKAGES == 'true' && 'STATICLINK=1 "LIB_PARAMS=/usr/local/lib/libz.a /usr/local/lib/libpcre2-8.a /usr/local/lib/libmbedtls.a /usr/local/lib/libmbedcrypto.a /usr/local/lib/libmbedx509.a -cclib ''-framework Security -framework CoreFoundation''"' || '' }}
MAKE_FLAGS: ${{ env.HOMEBREW_PACKAGES != 'true' && 'STATICLINK=1 "LIB_PARAMS=/usr/local/lib/libz.a /usr/local/lib/libpcre2-8.a /usr/local/lib/libmbedtls.a /usr/local/lib/libmbedcrypto.a /usr/local/lib/libmbedx509.a -cclib ''-framework Security -framework CoreFoundation''"' || '' }}

- name: Upload artifact (x64)
if: runner.arch == 'X64'
Expand Down

0 comments on commit 27ed623

Please sign in to comment.