Skip to content

Commit

Permalink
ci: add nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Oct 29, 2023
1 parent 1b2f7e8 commit 16d4d3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,15 @@ jobs:
- name: Run dialyzer
run: mix dialyzer --format github

nix-build:
runs-on:
- ubuntu-latest
- macos-latest

steps:
- uses: actions/checkout@v2

- uses: nixbuild/nix-quick-install-action@v26

- run: nix build

0 comments on commit 16d4d3d

Please sign in to comment.