Skip to content

Commit

Permalink
testing actions improvements [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
vpenades committed Aug 11, 2024
1 parent 2bd3bbc commit a32c599
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 @@ -14,7 +14,7 @@ jobs:

- name: net48 on windows
if: runner.os == 'Windows'
run: choco install dotnet4.8 --ignore-checksums
run: choco install netfx-4.8 --ignore-checksums

- uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit a32c599

Please sign in to comment.