Skip to content

Commit

Permalink
updated yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Espinosa committed Oct 23, 2024
1 parent ddc7cc4 commit b64498f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
8.0.x
dotnet-version: 8.0.x

- name: Install dependencies
run: dotnet restore
run: dotnet restore KoenZomers.Ring.RecordingDownload.sln
- name: Build
run: dotnet build --configuration Release --no-restore

0 comments on commit b64498f

Please sign in to comment.