We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca79470 commit a49cec7Copy full SHA for a49cec7
1 file changed
.github/workflows/release_desktop_app.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: EOL autocrlf true
31
if: ${{ github.event.inputs.build_type == 'windows-2019' }}
32
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
36
- name: Check out Git repository
37
uses: actions/checkout@v2
38
0 commit comments