mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Build macOS aarch64 snapshot
This commit is contained in:
parent
a37eb3c678
commit
d534491ef7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/snapshots.yml
vendored
5
.github/workflows/snapshots.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue