Skip to content

Commit

Permalink
Update .github/workflows/makefile.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Fossati <[email protected]>
  • Loading branch information
nedmsmith and thomas-fossati authored Feb 21, 2024
1 parent e92c818 commit dd65ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: install tools
run: |
gem install --user-install cbor-diag
gem install --user-install cddl -v 0.10.6
gem install --user-install cddl -v 0.10.6
- 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 dd65ae1

Please sign in to comment.