Skip to content

Commit

Permalink
GH-43 Another shot at MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Dec 30, 2023
1 parent 68b568e commit 16151ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
key: ccache-windows-test

- name: Add msbuild to PATH
uses: microsoft/[email protected]

- uses: ilammy/[email protected]

- name: Build Orchestrator (Windows)
run: |
cmake -B ${{ github.workspace }}/.out-windows-test -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -S ${{ github.workspace }} -G Ninja
Expand Down

0 comments on commit 16151ff

Please sign in to comment.