This commit is contained in:
zapashcanon 2025-01-20 12:56:04 +01:00
parent a448b9c463
commit 0d5cbcff5b
Signed by untrusted user who does not match committer: zapashcanon
GPG Key ID: 8981C3C62D1D28F1

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: depext
run: |
opam install . --depext-only --with-test --with-doc --with-dev-setup -y
opam install . --depext-only --with-test --with-doc --with-dev-setup -y --confirm-level=unsafe-yes
- name: setup
run: |
opam install . --deps-only --with-test --with-doc --with-dev-setup -y