Skip to content

Commit

Permalink
fix(ci): omnix changed arguments handling for nix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Feb 14, 2025
1 parent bcae258 commit cf9d23f
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 @@ -21,7 +21,7 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
skipPush: true
- name: om ci
run: om ci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" run --systems "${{ matrix.system }}"
run: om ci run --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" --systems "${{ matrix.system }}"
# Push the Nix cache
- name: Push to cachix
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit cf9d23f

Please sign in to comment.