Skip to content

Commit

Permalink
Install dotnet 8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Sep 19, 2024
1 parent 606c481 commit 4e5f77b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ jobs:
~/.npm
name: Cache test deps

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8'
- name: Install Java
if: matrix.benchmark == false
uses: actions/setup-java@v4
Expand Down

0 comments on commit 4e5f77b

Please sign in to comment.