Skip to content

Commit

Permalink
CI: Consistent with other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Feb 13, 2024
1 parent 04a1e44 commit 8788e5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: shajra
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: cat /etc/nix/nix.conf
- run: cat ~/.config/nix/nix.conf
- run: nix --print-build-logs build --print-out-paths .#ci

0 comments on commit 8788e5d

Please sign in to comment.