FIX: Build macOS aarch64 snapshot

This commit is contained in:
Alexander Koblov 2025-11-12 16:07:06 +03:00 committed by GitHub
commit d534491ef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,11 @@ jobs:
uses: doublecmd/lazarus-install@mac
with:
lazarus-version: "stable"
- name: Replace linker
run: |
sudo rm -f /Library/Developer/CommandLineTools/usr/bin/ld
sudo ln -sf /Library/Developer/CommandLineTools/usr/bin/ld-classic /Library/Developer/CommandLineTools/usr/bin/ld
- name: Get Lazarus source
uses: actions/checkout@v5