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