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

Commit

Permalink
Merge pull request #3 from krmnn/fix/releases
Browse files Browse the repository at this point in the history
fix: matrix config for releases
  • Loading branch information
DatanoiseTV authored May 31, 2022
2 parents f4df022 + 9e51565 commit da9a777
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 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,19 +274,8 @@ jobs:
matrix:
config:
- {
name: "Windows Latest MSVC", artifact: "Windows-MSVC.7z",
os: ubuntu-latest
}
- {
name: "Windows Latest MinGW", artifact: "Windows-MinGW.7z",
os: ubuntu-latest
}
- {
name: "Ubuntu Latest GCC", artifact: "Linux.7z",
os: ubuntu-latest
}
- {
name: "macOS Latest Clang", artifact: "macOS.7z",
name: "Ubuntu Latest / arm-none-eabi-gcc",
artifact: "rp2040-vult.7z",
os: ubuntu-latest
}
needs: release
Expand Down

0 comments on commit da9a777

Please sign in to comment.