Skip to content

Commit

Permalink
fix: test CI will fail in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
BiDuang committed Nov 28, 2023
1 parent 6cd2216 commit 40e1183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Restore packages
run: dotnet restore
- name: Build Test
run: dotnet build -c Release -f net8.0 --no-restore
run: dotnet build -c Release --no-restore

0 comments on commit 40e1183

Please sign in to comment.