Skip to content

Commit 313b710

Browse files
committed
Update tiunycbor version used in CI
1 parent 8bb0fdf commit 313b710

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ jobs:
9494
run: git clone https://github.com/FreeRTOS/coreJSON.git --depth 1 --branch v3.2.0
9595
- name: Clone tinycbor
9696
run: |
97-
git clone https://github.com/intel/tinycbor.git --depth 1 --branch main
97+
git clone https://github.com/intel/tinycbor.git
9898
cd tinycbor
99-
cmake -B ./build -S .
100-
cd ../
99+
git checkout 9924cfed3b95ad6de299ae675064430fdb886216
101100
- name: Install Python3
102101
uses: actions/setup-python@v3
103102
with:

0 commit comments

Comments
 (0)