Skip to content

Commit

Permalink
Fix command for building Windows compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Feb 1, 2025
1 parent e7457d9 commit 9eb97ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-slice-compiler/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ runs:
- name: Build on Windows
if: runner.os == 'Windows'
run: |
MSBuild cpp/msbuild/ice.proj /p:Configuration=Release /p:Platform=x64 /t:${{ inputs.compiler-name }}
nuget restore cpp/msbuild/ice.sln
MSBuild cpp/msbuild/ice.sln /p:Configuration=Release /p:Platform=x64 /t:${{ inputs.compiler-name }}
shell: cmd

- name: Build on Linux/macOS
Expand Down

0 comments on commit 9eb97ed

Please sign in to comment.