Skip to content

Commit

Permalink
wip: gha test
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 24, 2024
1 parent ab63d61 commit c99aa22
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,9 @@ jobs:
- name: Install Nix
if: matrix.preconfigured != true
uses: DeterminateSystems/nix-installer-action@main
- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5
- name: Cache Nix
if: matrix.preconfigured != true
with:
primary-key: nix-${{ matrix.target }}-${{ hashFiles('**/*.nix') }}
restore-prefixes-first-match: nix-${{ matrix.target }}-
gc-max-store-size-linux: 1073741824
purge: true
purge-prefixes: cache-${{ matrix.target }}-
purge-created: 0
purge-primary-key: never
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: |
./nix-rebuild.sh
Expand Down

0 comments on commit c99aa22

Please sign in to comment.