Skip to content

Commit

Permalink
Setup caching in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bezbac committed Apr 30, 2024
1 parent 077366d commit 10ea0cd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build Docker image
run: nix build .#dockerImage
Expand Down

0 comments on commit 10ea0cd

Please sign in to comment.