mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
try to force use of python 3.8 for windows as required by craft
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
6ea828936f
commit
5991e780f5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/windows-build-and-test.yml
vendored
3
.github/workflows/windows-build-and-test.yml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Install Craft Master with Nextcloud Client Deps
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue