Skip to content

Commit

Permalink
use msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 12, 2024
1 parent f2fc4d2 commit f08c5d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
base:
name: ${{ matrix.platform }} with OpenMP ${{ matrix.openmp }}
runs-on: ${{ matrix.platform }}
defaults:
run:
shell: bash -l {0}
strategy:
fail-fast: true
matrix:
Expand All @@ -22,7 +25,7 @@ jobs:
env:
PLATFORM: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
if: matrix.platform == 'windows-latest'

Expand Down
1 change: 0 additions & 1 deletion scripts/windows-latest-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ dependencies:
- eigen
- cmake
- ninja
- compilers
- jsoncpp

0 comments on commit f08c5d7

Please sign in to comment.