mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 4.2.3: Fixed Github CI Windows and macOS builds.
This commit is contained in:
parent
5b1a9fb3e1
commit
8b580de47e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
name: MacOS
|
name: MacOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-12
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
2
.github/workflows/win.yml
vendored
2
.github/workflows/win.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}
|
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}
|
||||||
|
|
||||||
- name: Python installs.
|
- name: Python installs.
|
||||||
run: py -m pip install pywin32 six
|
run: pip3 install --upgrade pywin32 six
|
||||||
|
|
||||||
- name: Set up environment paths.
|
- name: Set up environment paths.
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue