Try updating PR check action

This commit is contained in:
Matt Nadareski
2024-03-06 22:46:08 -05:00
parent eb5409bdee
commit 7a928decff
2 changed files with 10 additions and 3 deletions

View File

@@ -7,11 +7,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal

View File

@@ -14,6 +14,7 @@
- Update to SabreTools.RedumpLib 1.3.5
- Update packages to latest
- Enable LibIRD for all .NET frameworks (Deterous)
- Try updating PR check action
### 3.1.2 (2024-02-27)