mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-30 21:28:21 +00:00
Build with Python 3.8 on Windows
This commit is contained in:
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@@ -104,10 +104,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Fetch entire history, needed for setting the build number
|
||||
- run: git fetch --depth=1 origin +refs/tags/release-*:refs/tags/release-*
|
||||
- name: Set up Python 3.7
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.8
|
||||
- name: Setup Windows build environment
|
||||
run: |
|
||||
& .\scripts\package\win-setup.ps1 -DiscidVersion $Env:DISCID_VERSION -FpcalVersion $Env:FPCALC_VERSION
|
||||
|
||||
Reference in New Issue
Block a user