Skip to content

Commit

Permalink
Merge pull request #35 from TrustedComputingGroup/thomas-fossati-patch-1
Browse files Browse the repository at this point in the history
build fix
  • Loading branch information
nedmsmith authored Feb 21, 2024
2 parents 8c34b57 + 92d7cf8 commit 83ee379
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
with:
submodules: recursive
- name: install tools
run: gem install --user-install cbor-diag cddl
run: |
gem install --user-install cbor-diag
gem install --user-install cddl -v 0.10.3
- 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 83ee379

Please sign in to comment.