Skip to content

Commit

Permalink
CI: check nix build works
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra authored and YaLTeR committed Feb 12, 2024
1 parent 3854543 commit beaffb1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,18 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: cargo build --all

nix:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: Check flake inputs
uses: DeterminateSystems/flake-checker-action@v4
continue-on-error: true

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
continue-on-error: true

- run: nix build
continue-on-error: true

0 comments on commit beaffb1

Please sign in to comment.