We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3511b3 commit ee586c1Copy full SHA for ee586c1
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- id: set-matrix
19
- run: echo "matrix=$(nixci gh-matrix --systems=x86_64-linux,x86_64-darwin,aarch64-darwin | jq -c .)" >> $GITHUB_OUTPUT
+ run: echo "matrix=$(om ci gh-matrix --systems=x86_64-linux,x86_64-darwin,aarch64-darwin | jq -c .)" >> $GITHUB_OUTPUT
20
21
nix:
22
runs-on: ${{ matrix.system }}
@@ -29,8 +29,8 @@ jobs:
29
30
31
- run: |
32
- nixci \
+ om ci \
33
--extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" \
34
- build \
35
- --systems "github:nix-systems/${{ matrix.system }}" \
+ run \
+ --systems "${{ matrix.system }}" \
36
.#default.${{ matrix.subflake}}
0 commit comments