Skip to content

Commit

Permalink
chore(ci): Switch to omnix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Aug 20, 2024
1 parent cb2c8c3 commit db30556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit db30556

Please sign in to comment.