From 2ff4d6337fa49fe244e6f887cce6e6deab40e869 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 20 Jun 2024 20:29:27 -0400 Subject: [PATCH] ci: Add aarch64-linux to extra-platforms Might fix the ci. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44abde24..eec4c5df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: test: name: nix flake check runs-on: ubuntu-latest + with: + extra_nix_config: "extra-platforms = aarch64-linux" steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v27