Skip to content

Commit

Permalink
fix ci for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 8, 2023
1 parent efa1a40 commit e0cfddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
arch: ['/arch:AVX512']
arch: ['/arch:AVX512 /bigobj']
eigenversion: [3.4.0]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@
{
"name": "default",
"configurePreset": "default",
"configuration": "Release",
"jobs": 10
},
{
"name": "windows",
"configurePreset": "windows",
"configuration": "Release",
"jobs": 10
},
{
Expand Down

0 comments on commit e0cfddd

Please sign in to comment.