From cbe9f681680290b5ba5fab84498eaa7dc2c0c1fa Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 30 Oct 2023 02:14:47 +0900 Subject: [PATCH] ci: add nix builds --- .github/workflows/ci.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06e57647..686ce363 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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