Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Karmann committed May 31, 2022
1 parent 879bd34 commit 9e51565
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
matrix:
config:
- {
name: "Ubuntu Latest GCC",
artifact: "rp2040-vult.7z", artifact_files: "rp2040-vult.*",
name: "Ubuntu Latest / arm-none-eabi-gcc",
artifact: "rp2040-vult.7z",
artifact_files: "rp2040-vult.*",
os: ubuntu-latest,
cc: "gcc", cxx: "g++"
}
Expand Down Expand Up @@ -273,7 +274,8 @@ jobs:
matrix:
config:
- {
name: "Ubuntu Latest GCC", artifact: "rp2040-vult.7z",
name: "Ubuntu Latest / arm-none-eabi-gcc",
artifact: "rp2040-vult.7z",
os: ubuntu-latest
}
needs: release
Expand Down

0 comments on commit 9e51565

Please sign in to comment.