From 879bd346276ecfb1ecff2591ca6e5b6793fded51 Mon Sep 17 00:00:00 2001 From: Thomas Karmann Date: Tue, 31 May 2022 19:07:19 +0200 Subject: [PATCH 1/2] fix matrix config for releases --- .github/workflows/build_cmake.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index d81ebb5..3314a13 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -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 From 9e515658b1887d3b7639655014812937bbaf6b68 Mon Sep 17 00:00:00 2001 From: Thomas Karmann Date: Tue, 31 May 2022 19:17:36 +0200 Subject: [PATCH 2/2] cosmetics --- .github/workflows/build_cmake.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 3314a13..36a6866 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -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++" } @@ -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