~vigoux/complementree.nvim

df34723381373b2a91f0092fe8851b43e5ba9eaf — Thomas Vigouroux 2 years ago 3132535
ci: don't cache nix store
1 files changed, 0 insertions(+), 6 deletions(-)

M .github/workflows/tests.yml
M .github/workflows/tests.yml => .github/workflows/tests.yml +0 -6
@@ 19,12 19,6 @@ jobs:
        extra_nix_config: |
          access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

    - name: Cache nix store
      uses: actions/cache@v3
      with:
        path: /nix/store
        key: ${{ runner.os }}

    - name: Check teal files
      run: |
        nix-shell --pure --run "make ensure"