Skip to content

Commit

Permalink
gonna scream if this is it:
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Jul 26, 2023
1 parent 96c21dd commit a3f149f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
build: [stm32g0]
include:
- build: stm32g0
app_name: demo-stm32g070-nucleo
app_toml: app/demo-stm32g0-nucleo/app-g070.toml
target: thumbv6m-none-eabi
image: default
- os: ubuntu-latest
- os: windows-latest
#include:
# - build: stm32g0
# app_name: demo-stm32g070-nucleo
# app_toml: app/demo-stm32g0-nucleo/app-g070.toml
# target: thumbv6m-none-eabi
# image: default
# - os: ubuntu-latest
# - os: windows-latest
uses: ./.github/workflows/build-one.yml
with:
build: ${{ matrix.build }}
Expand Down

0 comments on commit a3f149f

Please sign in to comment.