Skip to content

Commit 29ff22a

Browse files
authored
ci: Fix cmd
1 parent 97213a3 commit 29ff22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: nixbuild/nix-quick-install-action@v33
1717
- name: Install omnix
1818
run: |
19-
nix install nixpkgs#omnix
19+
nix profile install nixpkgs#omnix
2020
nix --version
2121
- name: Build all flake outputs
2222
run: om ci

0 commit comments

Comments
 (0)