Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanHri committed Dec 29, 2023
1 parent 4d408c4 commit 464f007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
west zephyr-export
pip install -r ~/zephyrproject/zephyr/scripts/requirements.txt
pip install tabulate
cd ~
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/zephyr-sdk-0.16.3_linux-x86_64.tar.xz
Expand Down Expand Up @@ -103,6 +103,7 @@ jobs:
run: |
source ~/zephyrproject/zephyr/zephyr-env.sh
source ~/zephyrproject/.venv/bin/activate
pip3 install tabulate
cd test/
bash ci_scripts/stack_report_gen.sh
Expand Down

0 comments on commit 464f007

Please sign in to comment.