Skip to content

Commit

Permalink
Update build-library.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY authored Nov 9, 2023
1 parent 9cf5d89 commit d189d23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ jobs:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.x
8.x
- name: Build project
run: dotnet build --configuration Release src/

0 comments on commit d189d23

Please sign in to comment.