build: Try to get CI building for macos.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
Cory McWilliams 2025-02-09 20:47:20 -05:00
parent 8679d09040
commit 95d8768545
2 changed files with 1 additions and 5 deletions

View File

@ -42,6 +42,7 @@ jobs:
run: |
ln -s /opt/keys .keys
ln -s /opt/deps/ios_toolchain deps/ios_toolchain
ln -s /opt/deps/macos_toolchain deps/macos_toolchain
- name: Build documentation
run: |
mkdir -p out/html/ ~/.ssh/

View File

@ -158,11 +158,6 @@ MACOS_TARGETS := \
out/macosrelease-arm/tildefriends \
out/macosdebug-x86_64/tildefriends \
out/macosrelease-x86_64/tildefriends
BUILD_TYPES += \
macosdebug-arm \
macosrelease-arm \
macosdebug-x86_64 \
macosrelease-x86_64
all: out/macosdebug/tildefriends.standalone
all: out/macosrelease/tildefriends.standalone
else