Skip to content

Commit 5684dbd

Browse files
fix(cid): profile install -> add
Signed-off-by: Cameron Smith <[email protected]>
1 parent b89c0b9 commit 5684dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # ratchet:mxschmitt/action-tmate@v3
153153
if: ${{ inputs.debug_enabled }}
154154
- name: Install omnix
155-
run: nix --accept-flake-config profile install "github:juspay/omnix"
155+
run: nix --accept-flake-config profile add "github:juspay/omnix"
156156
- name: Summarize flake
157157
run: om show .
158158
- name: Run flake CI

0 commit comments

Comments
 (0)