Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMoolenaar authored Feb 28, 2024
1 parent f86e5bd commit 06057ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
build-and-test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: FedericoCarboni/setup-ffmpeg@v1
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
cache: true
- name: Restore dependencies
run: dotnet restore
run: dotnet restore --locked-mode
- name: Build
run: dotnet build --no-restore
- name: Test
Expand Down

0 comments on commit 06057ab

Please sign in to comment.