Skip to content

Commit

Permalink
Java build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jun 3, 2024
1 parent 29c720f commit 596b029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

env:
ICE_HOME: ${{ github.workspace }}/ice # Makefile
IceHome: ${{ github.workspace }}/ice # MSBuild
IceHome: ${{ github.workspace }}\ice # MSBuild
Platform: x64 # For Msbuild
Configuration: Release # For Msbuild

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: ice-demos/csharp
run: ${{ matrix.csharp_build_command }} /m msbuild/ice.proj

- name: Run Java Demos on ${{ matrix.os }}
- name: Build Java Demos on ${{ matrix.os }}
timeout-minutes: 20
working-directory: ice-demos/java
run: ./gradlew -PiceHome=${{ env.IceHome }} build
run: ./gradlew build

0 comments on commit 596b029

Please sign in to comment.