mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
add pythong dep
This commit is contained in:
parent
f999275281
commit
a3a61f3abb
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -129,7 +129,7 @@ jobs:
|
|||
./pnpm
|
||||
- run: |
|
||||
echo $CSC_LINK >> log_csc.txt
|
||||
echo $CSC_KEY_PASSWORD} >> log_pw.txt
|
||||
echo $CSC_KEY_PASSWORD >> log_pw.txt
|
||||
echo $CSC_NAME >> log_prefix.txt
|
||||
env:
|
||||
CSC_LINK: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||
|
|
|
@ -15,6 +15,7 @@ For better documentation checkout this [notion](https://www.notion.so/teaxyz/tea
|
|||
| rust-lang.org | >=1.62 |
|
||||
| rust-lang.org/cargo | >=0.66 |
|
||||
| xcfile.dev | >=0.0.110 |
|
||||
| python.org | >=3.10 |
|
||||
|
||||
## Tasks
|
||||
|
||||
|
|
Loading…
Reference in a new issue