Skip to content

Commit

Permalink
gne
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 26, 2023
1 parent e244da2 commit ae47c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Setup Visual Studio
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: ${{matrix.toolset}}
arch: ${{matrix.arch}}
toolset: ${{matrix.toolset}}
- name: CMake Version
run: cmake --version
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Setup Visual Studio
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: ${{matrix.toolset}}
arch: ${{matrix.arch}}
toolset: ${{matrix.toolset}}
- name: CMake Version
run: cmake --version
Expand Down

0 comments on commit ae47c0c

Please sign in to comment.