Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Dec 29, 2024
1 parent b9a143a commit f7982ed
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: nixbuild/nix-quick-install-action@v29
- uses: nix-community/cache-nix-action/restore@v5
id: cache
with:
path: path/to/dependencies
primary-key: build-${{ runner.os }}-${{ hashFiles('flake.nix') }}
fail-on-cache-miss: true
# To make the environment in the flake's devShell available to future steps:
- uses: rrbutani/use-nix-shell-action@v1
with:
Expand Down

0 comments on commit f7982ed

Please sign in to comment.