Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 1e8f1d0

Browse files
authored
Update compile.yml
1 parent ec11d72 commit 1e8f1d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ jobs:
3434
runs-on: windows-latest
3535
steps:
3636
- uses: actions/checkout@v4
37-
38-
- name: Add MSBuild to PATH
39-
uses: microsoft/[email protected]
4037

4138
- name: Build
4239
working-directory: ${{env.GITHUB_WORKSPACE}}
4340
# Add additional options to the MSBuild command line here (like platform or verbosity level).
4441
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
45-
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
42+
run: cmake -S . -B ./BUILD

0 commit comments

Comments
 (0)