mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix python
This commit is contained in:
parent
4400f1c8e3
commit
60649d4a5e
1 changed files with 5 additions and 6 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -37,12 +37,11 @@ jobs:
|
|||
echo GOBIN=$(go env GOPATH)/bin >> $GITHUB_ENV
|
||||
echo $(go env GOPATH)/bin >> $GITHUB_PATH
|
||||
|
||||
- name: Setup Python
|
||||
steps:
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.11
|
||||
|
||||
- name: Install AzureSignTool
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue