From 623977689c8e31e883b1ec98ab388960a3a40b9f Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sun, 27 Oct 2024 09:35:30 -0400 Subject: [PATCH] more tries --- .github/workflows/feature.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 0ce14fb..6ef9fb2 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -7,7 +7,7 @@ on: jobs: build_feature: - name: Build feature + name: Build ${{ matrix.name }} runs-on: ${{ matrix.os }} strategy: matrix: @@ -33,7 +33,7 @@ jobs: dir_build: ./build/Release file_name: clap-info file_ext: .exe - cmake_args: -G"Visual Studio 17 2022" -A arm64ec + cmake_args: -G"Visual Studio 17 2022" -A arm64ec -DCMAKE_SYSTEM_VERSION=10 steps: