From a103e429e5a4c7601e83c5014f35fe05b071593f Mon Sep 17 00:00:00 2001 From: Arne Naegel Date: Fri, 16 Aug 2024 09:14:50 +0200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 9854b9c..d06b256 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -1,13 +1,15 @@ # This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml - name: CMake on multiple platforms -# on: [push, pull_request] on: workflow_dispatch +# on: [push, pull_request] jobs: - my-multi-build: + ###################### + # Job: Build wheel + ###################### + cmake-multi-build: name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: