Skip to content

Commit d534491

Browse files
authored
FIX: Build macOS aarch64 snapshot
1 parent a37eb3c commit d534491

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/snapshots.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
uses: doublecmd/lazarus-install@mac
2424
with:
2525
lazarus-version: "stable"
26+
27+
- name: Replace linker
28+
run: |
29+
sudo rm -f /Library/Developer/CommandLineTools/usr/bin/ld
30+
sudo ln -sf /Library/Developer/CommandLineTools/usr/bin/ld-classic /Library/Developer/CommandLineTools/usr/bin/ld
2631
2732
- name: Get Lazarus source
2833
uses: actions/checkout@v5

0 commit comments

Comments
 (0)