Skip to content

Commit

Permalink
install dotnet8 in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 10, 2023
1 parent fad2b64 commit 970b888
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lexbox-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Dotnet build
run: dotnet build
- name: Unit tests
Expand Down

0 comments on commit 970b888

Please sign in to comment.