From 624abe672b7138b0563e028759949a70b703e8b0 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Thu, 6 Jun 2024 23:35:57 +0200 Subject: [PATCH] add nix install to mac --- .github/workflows/run_tests_mac.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_tests_mac.yml b/.github/workflows/run_tests_mac.yml index a8d5d0131..4440a392f 100644 --- a/.github/workflows/run_tests_mac.yml +++ b/.github/workflows/run_tests_mac.yml @@ -35,7 +35,9 @@ jobs: ${{ github.workspace }}/** !${{ github.workspace }}/ !${{ github.workspace }}/**/.git/** - + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flake-checker-action@main # nix is taken from the cloud-init template, no need to install it. - name: Build and run tests run: |