From db5e2cc39c6799b301412d69182b9221c65146a8 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:49:19 -0400 Subject: [PATCH] chore(ci): Use new nixci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4060f6d..ba6a8fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: with: name: srid - name: Build 🔨 - run: nix run github:srid/nixci + run: nix run github:srid/nixci build - name: Test example id: example run: |