From 07dfede104d509ab68f4aa6800438b97810d3789 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 21 Aug 2024 12:30:46 -0400 Subject: [PATCH] ci: Use omnix --- .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 2a17cb2..a57d36e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,4 +14,4 @@ jobs: system: [x86_64-linux, aarch64-darwin] steps: - uses: actions/checkout@v4 - - run: nixci build --systems "github:nix-systems/${{ matrix.system }}" -- --show-trace + - run: om ci run --systems "${{ matrix.system }}" -- --show-trace