Skip to content

Commit

Permalink
adding missing --yes to deps install in the CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
kmemarian committed Jul 1, 2023
1 parent c8e30e8 commit b78784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: steps.cache-opam-restore.outputs.cache-hit != 'true'
run: |
opam init --yes --no-setup --shell=sh --compiler=${{ matrix.version }}
opam install --deps-only ./cerberus-lib.opam
opam install --deps-only --yes ./cerberus-lib.opam
- name: Save cached opam
if: steps.cache-opam-restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b78784c

Please sign in to comment.