Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timleader committed Oct 23, 2023
1 parent 41a3f38 commit ba01aaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
id: restore_nuget
run: nuget restore ./tests/gba-test.csproj

- name: dotnet setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'

- name: write test configuration
id: write_test_configuration
working-directory: tests/
Expand Down

0 comments on commit ba01aaf

Please sign in to comment.