Skip to content

Commit bf3aa4c

Browse files
committed
Force-install .NET 4.5.
1 parent 2edfac8 commit bf3aa4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
- name: Support longpaths
6666
run: git config --system core.longpaths true
6767

68+
- uses: actions/setup-dotnet@v4
69+
with:
70+
dotnet-version: '4.5.x'
71+
6872
- name: Setup python
6973
uses: actions/setup-python@v4
7074
with:

0 commit comments

Comments
 (0)