Skip to content

Commit d8b9862

Browse files
committed
Update the memory statistics CI to create tinycbor-export.h file
1 parent badb02a commit d8b9862

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
path: ./
6565
formatting:
66-
runs-on: ubuntu-20.04
66+
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v3
6969
- name: Check formatting
@@ -93,7 +93,11 @@ jobs:
9393
- name: Clone coreJSON
9494
run: git clone https://github.com/FreeRTOS/coreJSON.git --depth 1 --branch v3.2.0
9595
- name: Clone tinycbor
96-
run: git clone https://github.com/intel/tinycbor.git --depth 1 --branch main
96+
run: |
97+
git clone https://github.com/intel/tinycbor.git --depth 1 --branch main
98+
cd tinycbor
99+
cmake -B ./build -S .
100+
cd ../
97101
- name: Install Python3
98102
uses: actions/setup-python@v3
99103
with:

0 commit comments

Comments
 (0)