From 15d2bb801eb8fe887dedbcabe1691d8cf7215b24 Mon Sep 17 00:00:00 2001 From: Thomas Fossati Date: Thu, 22 Feb 2024 09:32:24 +0100 Subject: [PATCH] use cddl latest (>=0.10.6) --- .github/workflows/makefile.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 482e776..b87eb9b 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -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