Skip to content

Commit

Permalink
more tries
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 27, 2024
1 parent ccdfa14 commit 6239776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_feature:
name: Build feature
name: Build ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -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:
Expand Down

0 comments on commit 6239776

Please sign in to comment.