mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 23:53:25 +00:00
Fix build issues with gd32
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout QMK Firmware
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
persist-credentials: false
|
||||
|
||||
@@ -3,3 +3,4 @@ MCU = GD32F303
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = ignition
|
||||
DFU_SUFFIX_ARGS = -v 3297 -p 1791
|
||||
|
||||
Reference in New Issue
Block a user