Skip to content

Commit

Permalink
Try DeterminateSystem's installer and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Oct 1, 2023
1 parent a642dda commit ca1874b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: wagdav
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix-build -A checks.x86_64-linux
- run: |
scripts/publish.sh
Expand Down

0 comments on commit ca1874b

Please sign in to comment.