Skip to content

Commit

Permalink
Install CDDL checker (#6532)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Oct 7, 2024
1 parent 8a5321c commit 6580601
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 6580601

Please sign in to comment.