CI: Fix patch revert hack.

This commit is contained in:
Phil Howard 2023-04-27 13:45:26 +01:00
parent c25de67247
commit 8e0fe155c5
1 changed files with 2 additions and 2 deletions

View File

@ -134,9 +134,9 @@ jobs:
- name: "HACK: Revert Pico SDK Patch" # Avoid an already-patched MicroPython tree breaking our build
shell: bash
working-directory: micropython
working-directory: micropython/lib/pico-sdk
run: |
git checkout lib/pico-sdk
git checkout .
- name: "HACK: Pico SDK Patch"
if: matrix.patch == true