diff --git a/.forgejo/workflows/pico_master.yaml b/.forgejo/workflows/pico_master.yaml index e567eaf..503eef7 100644 --- a/.forgejo/workflows/pico_master.yaml +++ b/.forgejo/workflows/pico_master.yaml @@ -13,9 +13,9 @@ jobs: - name: Build - debug run: | - cargo build + cargo build --target thumbv6m-none-eabi - name: Build - release run: | - cargo build --release + cargo build --target thumbv6m-none-eabi --release