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

Commit

Permalink
fix matrix config for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Karmann committed May 31, 2022
1 parent 637dff8 commit 879bd34
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,19 +273,7 @@ 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 GCC", artifact: "rp2040-vult.7z",
os: ubuntu-latest
}
needs: release
Expand Down

0 comments on commit 879bd34

Please sign in to comment.