Skip to content

Commit

Permalink
Attempt mix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
camelpunch committed Oct 8, 2024
1 parent 2da7247 commit f22ac13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
shell: nix develop . --command -- bash {0}
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
key: ${{ runner.os }}-dev-build-v1-${{ hashFiles('mix.lock', 'flake.lock') }}
path: |
deps
_build
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
Expand Down

0 comments on commit f22ac13

Please sign in to comment.