Skip to content

Commit 4ce1ab7

Browse files
Update dotnet-desktop.yml
1 parent 1c43832 commit 4ce1ab7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ jobs:
7474
- name: Setup MSBuild.exe
7575
uses: microsoft/setup-msbuild@v2
7676

77-
- uses: actions/setup-python@v5
78-
with:
79-
python-version: '3.13'
80-
cache: 'pip'
77+
- name: Install Python
78+
run: choco install python3 --no-progress
8179

8280
# Restore the application to populate the obj folder with RuntimeIdentifiers
8381
- name: Restore the application

0 commit comments

Comments
 (0)