Skip to content

Commit ee586c1

Browse files
committed
ci: Switch to omnix
1 parent b3511b3 commit ee586c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- id: set-matrix
19-
run: echo "matrix=$(nixci gh-matrix --systems=x86_64-linux,x86_64-darwin,aarch64-darwin | jq -c .)" >> $GITHUB_OUTPUT
19+
run: echo "matrix=$(om ci gh-matrix --systems=x86_64-linux,x86_64-darwin,aarch64-darwin | jq -c .)" >> $GITHUB_OUTPUT
2020

2121
nix:
2222
runs-on: ${{ matrix.system }}
@@ -29,8 +29,8 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- run: |
32-
nixci \
32+
om ci \
3333
--extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" \
34-
build \
35-
--systems "github:nix-systems/${{ matrix.system }}" \
34+
run \
35+
--systems "${{ matrix.system }}" \
3636
.#default.${{ matrix.subflake}}

0 commit comments

Comments
 (0)