Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 31, 2024
1 parent 74ddcc0 commit 0bf732a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
include:
- os: ubuntu-22.04
ice_build_flags: srcs
csharp_build_command: dotnet build
- os: macos-14
ice_build_flags: srcs
csharp_build_command: dotnet build
- os: windows-2022
ice_build_flags: /t:BuildDist
csharp_build_command: MSBuild

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -67,4 +70,4 @@ jobs:
- name: Build C# Demos on ${{ matrix.os }}
timeout-minutes: 30
working-directory: ice-demos/csharp
run: dotnet build /m msbuild/ice.proj
run: ${{ matrix.csharp_build_command }} /m msbuild/ice.proj

0 comments on commit 0bf732a

Please sign in to comment.