Skip to content

added PA6 to standard pins #13

added PA6 to standard pins

added PA6 to standard pins #13

name: CI Build Windows
on: [push, pull_request]
jobs:
build:
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: install dependencies
run: |
python3 -m pip install pyinstaller simpleaudio setuptools tk numpy
- name: Build CI
run: |
python3 package/build.py
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: ESC unlocker windows
path: |
esc_unlocker_windows.exe
retention-days: 7