Skip to content

Commit

Permalink
ci: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 22, 2025
1 parent 181cd7b commit a1a56a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v9
- run: nix flake check --show-trace --print-build-logs --impure
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,7 +42,6 @@ jobs:
ref: ${{ needs.release.outputs.ref }}
- uses: actions/configure-pages@v5
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v9
- run: nix build .#docs
- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit a1a56a7

Please sign in to comment.