Skip to content

Commit

Permalink
Install cddl gem in dev image (#6521)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Oct 4, 2024
1 parent c71b7ce commit 6c380e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions getting_started/setup_vm/roles/ccf_build/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@
args:
chdir: "{{ workspace }}/doxygen-{{ doxygen_ver }}"
become: true

- name: Install cddl checker
gem:
name: cddl
state: present
become: yes

0 comments on commit 6c380e2

Please sign in to comment.