From db30556b74707d00ff662208365f7ce34153c89f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:06:29 -0400 Subject: [PATCH] chore(ci): Switch to omnix --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 956cb360..e23c8e9f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,5 +15,5 @@ jobs: system: [ x86_64-linux, aarch64-darwin ] steps: - uses: actions/checkout@v4 - - name: nixci build - run: nixci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" build --systems "${{ matrix.system }}" + - name: om ci + run: om ci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" run --systems "${{ matrix.system }}"