Skip to content

Commit 97213a3

Browse files
authored
ci: Back to omnix
1 parent f5e8ea1 commit 97213a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: nixbuild/nix-quick-install-action@v33
17-
- name: Install vira
17+
- name: Install omnix
1818
run: |
19-
nix --accept-flake-config profile install "github:juspay/vira"
19+
nix install nixpkgs#omnix
2020
nix --version
2121
- name: Build all flake outputs
22-
run: vira ci
22+
run: om ci
2323
- name: What GHC version?
2424
run: nix develop -c ghc --version

0 commit comments

Comments
 (0)