From 162ca3c873717422723cee5bfa51f1bb7e56c648 Mon Sep 17 00:00:00 2001 From: pca006132 Date: Sat, 16 Nov 2024 16:07:41 +0800 Subject: [PATCH] add cache for nix python build --- .github/workflows/manifold.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/manifold.yml b/.github/workflows/manifold.yml index 1ff02a0ba..352c3b6fd 100644 --- a/.github/workflows/manifold.yml +++ b/.github/workflows/manifold.yml @@ -237,18 +237,11 @@ jobs: timeout-minutes: 30 strategy: matrix: - variant: [none, tbb, js, js-tbb] + variant: [manifold-none, manifold-tbb, manifold-js, manifold-js-tbb, manifold3d] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix build -L '.?submodules=1#manifold-${{matrix.variant}}' + - run: nix build -L '.?submodules=1#${{matrix.variant}}' - build_nix_python: - timeout-minutes: 30 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main - - run: nix build -L '.?submodules=1#manifold3d'