Skip to content

Commit

Permalink
fix: nix flake build freezes in github action, so try magic nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-semenov committed May 9, 2024
1 parent 288f6c1 commit 01fe846
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
paths-ignore: [ "*.md" ]

jobs:
Build-VSIX:
Compile-All:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +23,8 @@ jobs:
restore-keys: |
${{ runner.os }}-vagrant-
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Show Vagrant version
run: vagrant --version

Expand Down

0 comments on commit 01fe846

Please sign in to comment.