Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr5z authored Dec 23, 2023
1 parent 0163fce commit 0c614d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ jobs:
build:

runs-on: ubuntu-latest

defaults:
run:
working-directory: src

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Prepare environment
run: cd src
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 0c614d0

Please sign in to comment.