mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 19:36:02 +00:00
fix
This commit is contained in:
4
.github/workflows/build-app-beta.yaml
vendored
4
.github/workflows/build-app-beta.yaml
vendored
@@ -18,10 +18,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install python 3.11 (MacOS)
|
- name: Install python 3.11 (MacOS)
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
id: mac_python
|
|
||||||
run: |
|
run: |
|
||||||
brew install python@3.11
|
brew install python@3.11
|
||||||
|
echo "PYTHON=/opt/homebrew/bin/python3.11" >> $GITHUB_ENV
|
||||||
- name: Context
|
- name: Context
|
||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
@@ -44,7 +43,6 @@ jobs:
|
|||||||
yarn config set network-timeout 100000
|
yarn config set network-timeout 100000
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
run: |
|
run: |
|
||||||
npm config set python "/opt/homebrew/bin/python3.11"
|
|
||||||
yarn install
|
yarn install
|
||||||
- name: setCurrentVersion
|
- name: setCurrentVersion
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user