Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PTALTS-LK committed Dec 15, 2022
1 parent e2e84ca commit e9bd6e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
cd micropython
git submodule update --init
cp ../rkd.h lib/pico-sdk/src/boards/include/boards
- name: mpy-cross
- name: Install build dep
run: sudo apt install -y gcc-arm-none-eabi
- name: Build mpy-cross
run: |
cd micropython
make -C mpy-cross -j$(nproc)
- name: Install build dep
run: sudo apt install -y gcc-arm-none-eabi
- name: Build
- name: Build firmware
run: |
cd micropython/ports/rp2
make BOARD=RKD submodules -j$(nproc)
make BOARD=RKD clean -j$(nproc)
make BOARD=RKD -j$(nproc)
- name: Upload files to a GitHub release
- name: Upload firmware to a GitHub release
uses: svenstaro/upload-release-action@2.3.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e9bd6e1

Please sign in to comment.