diff options
author | Unknown <blackjack4494@web.de> | 2020-09-23 03:52:35 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-23 03:52:35 +0200 |
commit | ad42fc2048af48f5f722890331cf56d04c5dc519 (patch) | |
tree | 864f01d78571b7411e5d0c310f5de7c777be25d3 | |
parent | afe4cdcf58cfd6490a36465bd455be52d2095118 (diff) | |
parent | eb98353bdd5b8751d35db1d0cfadaa33320864a5 (diff) | |
download | hypervideo-pre-ad42fc2048af48f5f722890331cf56d04c5dc519.tar.lz hypervideo-pre-ad42fc2048af48f5f722890331cf56d04c5dc519.tar.xz hypervideo-pre-ad42fc2048af48f5f722890331cf56d04c5dc519.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9088dbb3..354ab9903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,10 +99,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.4.2 32-Bit + - name: Set up Python 3.5.4 32-Bit uses: actions/setup-python@v2 with: - python-version: '3.4.2' + python-version: '3.5.4' architecture: 'x86' - name: Install Requirements for 32 Bit run: pip install pyinstaller==3.5 |