Skip to content

Commit

Permalink
Actually include wireless
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser authored Dec 17, 2024
1 parent 799a1db commit 1aa5a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
run: git apply "${{env.FIRMWARE_DIR}}/yukon_expander.patch"

- name: "HACK: Yukon Wireless Patch"
if: matrix.shortname == 'yukon_w'
if: matrix.shortname == 'yukon+wireless'
shell: bash
working-directory: micropython/lib/pico-sdk
run: git apply "${{env.FIRMWARE_DIR}}/yukon_wireless.patch"
Expand Down

0 comments on commit 1aa5a0e

Please sign in to comment.