Skip to content

Commit a49cec7

Browse files
committed
chore: fix distutil bug
1 parent ca79470 commit a49cec7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release_desktop_app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: EOL autocrlf true
3131
if: ${{ github.event.inputs.build_type == 'windows-2019' }}
3232
run: git config --global core.autocrlf true
33+
- name: Install Distutils
34+
if: ${{ github.event.inputs.build_type == 'windows-latest' }}
35+
run: python -m pip install --upgrade setuptools
3336
- name: Check out Git repository
3437
uses: actions/checkout@v2
3538

0 commit comments

Comments
 (0)