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: