Skip to content

Commit

Permalink
use msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Oct 7, 2024
1 parent acb962c commit cebb577
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Checkout the latest code (shallow clone)
uses: actions/checkout@v4

- uses: ilammy/msvc-dev-cmd@v1
- uses: seanmiddleditch/gha-setup-ninja@master
- name: configure
run: |
Expand All @@ -31,16 +32,10 @@ jobs:

- name: build
run: |
set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
set PATH=C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;%PATH%
set PATH=C:\Program Files (x86)\Ginkgo\bin;%PATH%
cmake --build --preset develop
shell: cmd

- name: test
run: |
set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
set PATH=C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;%PATH%
set PATH=C:\Program Files (x86)\Ginkgo\bin;%PATH%
cmake --build --preset develop --target test
shell: cmd

0 comments on commit cebb577

Please sign in to comment.