Skip to content

Commit

Permalink
ci: Use omnix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Aug 23, 2024
1 parent e20dbc9 commit 45eacc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build Nix
run: |
nixci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" build --systems "${{ matrix.system }}"
om ci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" run --systems "${{ matrix.system }}"
- name: Check closure size
run: |
nix run .#check-closure-size
Expand Down

0 comments on commit 45eacc8

Please sign in to comment.