mirror of
https://github.com/g-truc/glm.git
synced 2024-11-15 06:24:34 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
arch: [x64, x86]
|
||||||
toolset: [14.3, 15.9, 16.8]
|
toolset: [14.3, 15.9, 16.8]
|
||||||
std: [98, 11, 14, 17, 20]
|
std: [98, 11, 14, 17, 20]
|
||||||
config: [Debug, Release]
|
config: [Debug, Release]
|
||||||
@ -30,6 +31,7 @@ jobs:
|
|||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
- uses: TheMrMilchmann/setup-msvc-dev@v3
|
- uses: TheMrMilchmann/setup-msvc-dev@v3
|
||||||
with:
|
with:
|
||||||
|
arch: x64
|
||||||
toolset: ${{matrix.toolset}}
|
toolset: ${{matrix.toolset}}
|
||||||
- name: CMake Version
|
- name: CMake Version
|
||||||
run: cmake --version
|
run: cmake --version
|
||||||
|
Loading…
Reference in New Issue
Block a user