Skip to content

Commit

Permalink
Fix FreeRTOS version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 19, 2024
1 parent c5342d9 commit ed1f923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rpi_pico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
mkdir -p $FREERTOS_KERNEL_PATH
cd $FREERTOS_KERNEL_PATH
git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git .
# Some version witch aleready supports the Pico SDK but not the latest, because somtimes latest is broken
git checkout e169442c29ba8e26faf033cc0886029dd5812979
git submodule update --init
- name: Build examples
Expand Down

0 comments on commit ed1f923

Please sign in to comment.