Skip to content

Commit

Permalink
debug cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Apr 15, 2023
1 parent 31e739f commit a0e672e
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 @@ -6,11 +6,11 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v20
with:
name: idempotent-desktop
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit a0e672e

Please sign in to comment.