Skip to content

Commit

Permalink
CI: bump Nix intsaller and Cachix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wamserma committed Nov 29, 2023
1 parent ffed552 commit 1a0c760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- name: Cache on Cachix
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v13
with:
name: flake-programs-sqlite
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 1a0c760

Please sign in to comment.