Skip to content

Commit

Permalink
Fix missing arch
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 25, 2023
1 parent 2068d57 commit 8923d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [x64, x86]
toolset: [14.3, 15.9, 16.8]
std: [98, 11, 14, 17, 20]
config: [Debug, Release]
Expand All @@ -30,6 +31,7 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."
- uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
toolset: ${{matrix.toolset}}
- name: CMake Version
run: cmake --version
Expand Down

0 comments on commit 8923d22

Please sign in to comment.