Skip to content

Commit

Permalink
staged java
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 14, 2025
1 parent 48f1a9d commit 236c7fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Set up .NET (8)
if: ${{ matrix.os == 'ubuntu-latest' && matrix.dotnet-version == '6.0.x' }}
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Build binding
run: dotnet build Cheetah/Cheetah.csproj --framework ${{ matrix.binding-framework }} -v n

Expand Down
3 changes: 2 additions & 1 deletion binding/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Platform compatible with .NET Framework 4.6.1+:
Platforms compatible with .NET Core 2.0+:

- macOS (x86_64)
- Windows (x86_64, arm64)
- Windows (x86_64)

Platform compatible with .NET 6.0+:

Expand All @@ -39,6 +39,7 @@ Platform compatible with .NET 6.0+:

- macOS (arm64)
- Linux (x86_64)
- Windows (arm64)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion demo/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
repositories {
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1359/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1361/'
}
}

Expand Down

0 comments on commit 236c7fe

Please sign in to comment.