From c5061aabfc5d0aa986457e979024b7a1d9eace51 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 25 May 2026 13:34:02 +0200 Subject: [PATCH] ci(nix): try to cross-build on macOS --- .github/workflows/nix.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index e6ad11d6c..3e0a8875c 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -95,10 +95,7 @@ jobs: installable: - deltachat-rpc-server - deltachat-rpc-server-x86_64-darwin - - # Fails to build - # because of . - # - deltachat-rpc-server-aarch64-darwin + - deltachat-rpc-server-aarch64-darwin steps: - uses: actions/checkout@v6 with: