Skip to content

Commit

Permalink
Renamed patch to reflect its new use
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Sep 5, 2024
1 parent 34dc7c7 commit 94570ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ jobs:
working-directory: micropython
run: git apply "${{env.FIRMWARE_DIR}}/micropython_nano_specs.patch"

- name: "HACK: Yukon Reset Patch"
- name: "HACK: Yukon Expander Patch"
shell: bash
working-directory: micropython
run: git apply "${{env.FIRMWARE_DIR}}/yukon_reset.patch"
run: git apply "${{env.FIRMWARE_DIR}}/yukon_expander.patch"

# Install apt packages
- name: Install CCache & Compiler
Expand Down
File renamed without changes.

0 comments on commit 94570ce

Please sign in to comment.