Skip to content

Commit

Permalink
Update dotnet Action plugin
Browse files Browse the repository at this point in the history
Just a shot in the dark, hoping that this makes C# bindings build on Linux.

See #478.
  • Loading branch information
garfieldnate committed Jun 27, 2024
1 parent 3d0d4ba commit 4394553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.X'

Expand Down

0 comments on commit 4394553

Please sign in to comment.