Skip to content

Commit

Permalink
Fix container job
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Dec 20, 2024
1 parent e651426 commit 0bf2967
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ jobs:
fetch-depth: '1'
submodules: 'true'

- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
9.x
- name: Pre compile
run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" /p:NoWarn="0108%3B1030%3B0618" src/net/KNet/KNet.csproj
env:
Expand Down

0 comments on commit 0bf2967

Please sign in to comment.