-
Notifications
You must be signed in to change notification settings - Fork 23
build_mynd_with_actions
Joseph Komosa edited this page Mar 20, 2026
·
1 revision
- Click the Fork button at the top right of the teufelaudio repository page on GitHub to create your own copy.
-
Edit Online:
- Open your fork in the web IDE by changing
.comto.devin the URL:
https://github.com/<your_gh_username>/mynd-firmware→
https://github.dev/<your_gh_username>/mynd-firmware
- Open your fork in the web IDE by changing
-
Or, Edit Locally:
- Clone your fork and use your preferred IDE.
- Push changes to the
mainbranch:git push origin main
Note:
The workflow runs automatically on pushes and pull requests to themainbranch.Tip: To enable builds on other branches on your forked repository, edit the
brancheslist in themynd-firmware/.github/workflows/build-firmware.ymlfile.
- Go to the Actions tab in your forked repository:
https://github.com/<your_gh_username>/mynd-firmware/actions - Select the Build MYND Firmware workflow from the left pane.
- Watch the workflow progress in real time.
- After the workflow completes, open the latest run in the Actions tab.
- Scroll to the Artifacts section at the bottom (may take a few minutes to appear).
- Click to download the firmware binaries.
- Follow the Drag & Drop Update Guide for instructions on updating your MCU.