Skip to content

Commit

Permalink
ci(deps): update checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 1, 2024
1 parent 262d15d commit dd2e789
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: cachix/cachix-action@v12
with:
name: neorocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L --accept-flake-config
shell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: cachix/cachix-action@v12
with:
name: neorocks
Expand Down

0 comments on commit dd2e789

Please sign in to comment.