Skip to content

Commit

Permalink
Update CI (#121)
Browse files Browse the repository at this point in the history
* Update CI
  • Loading branch information
berberman authored Apr 8, 2024
1 parent fd9fb0a commit 1463db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
nix-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Run CLI with nvfetcher_example.toml
run : nix shell --command nvfetcher --config nvfetcher_example.toml

- name: Run generated.nix syntax check
- name: Eval generated.nix
run : nix eval -f _sources/generated.nix

- name: Cleanup
Expand All @@ -44,4 +44,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
cname: nvfetcher.typed.icu
cname: nvfetcher.torus.icu

0 comments on commit 1463db2

Please sign in to comment.