From 01fe84630e51ef727fa0217a5ae221c115df772e Mon Sep 17 00:00:00 2001 From: Piotr Semenov Date: Thu, 9 May 2024 23:17:04 +0400 Subject: [PATCH] fix: nix flake build freezes in github action, so try magic nix cache --- .github/workflows/build-artifacts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index f2a33a0..03b05fd 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -10,7 +10,7 @@ on: paths-ignore: [ "*.md" ] jobs: - Build-VSIX: + Compile-All: runs-on: macos-12 steps: - uses: actions/checkout@v4 @@ -23,6 +23,8 @@ jobs: restore-keys: | ${{ runner.os }}-vagrant- + - uses: DeterminateSystems/magic-nix-cache-action@main + - name: Show Vagrant version run: vagrant --version