mirror of
https://github.com/g-truc/glm.git
synced 2024-11-14 22:14:35 +00:00
Fix missing arch
This commit is contained in:
parent
2068d57bcd
commit
8923d2241c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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]
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user