From 5e896cec910a8470bb009216210a6db2e7afd108 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 14 Jun 2024 17:20:38 -0400 Subject: [PATCH] chore: other way --- .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 b7bfb932..70d4b6ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,4 +19,4 @@ jobs: ] steps: - uses: actions/checkout@v4 - - run: nixci build --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} --systems "github:nix-systems/${{ matrix.system }}" + - run: nixci --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} build --systems "github:nix-systems/${{ matrix.system }}"