Skip to content

Commit

Permalink
Merge pull request #36 from TrustedComputingGroup/ci-tweak
Browse files Browse the repository at this point in the history
use cddl latest (>=0.10.6)
  • Loading branch information
thomas-fossati authored Feb 22, 2024
2 parents 83ee379 + 15d2bb8 commit c44669e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
with:
submodules: recursive
- name: install tools
run: |
gem install --user-install cbor-diag
gem install --user-install cddl -v 0.10.3
run: gem install --user-install cbor-diag cddl
- name: set up PATH
run: echo "$(gem env gempath | cut -d':' -f1)/bin" >> $GITHUB_PATH
- name: assemble and test
Expand Down

0 comments on commit c44669e

Please sign in to comment.