Skip to content

Commit

Permalink
Remove use ninja for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 16, 2023
1 parent addb116 commit 36b9970
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install ninja
run: |
choco install ninja
ninja.exe --version
- name: Add msbuild to PATH
uses: microsoft/[email protected]

- name: Build proxy
run: |
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF -G Ninja
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF
cmake --build build --config Release
- name: Archive artifacts
Expand Down

0 comments on commit 36b9970

Please sign in to comment.