Skip to content

Commit

Permalink
CI: use system docopt-cpp
Browse files Browse the repository at this point in the history
Change-Id: Ib246d39f975c00bc6489f683f1f21f34cc808201
Depend-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/6009
  • Loading branch information
jktjkt committed Feb 1, 2023
1 parent 489d5b2 commit 4e473f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@
name: pcre2-devel
state: present
become: true

- name: install docopt-cpp
package:
name: docopt-cpp-devel
state: present
become: true

0 comments on commit 4e473f1

Please sign in to comment.