mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
update python
This commit is contained in:
parent
b66e273d41
commit
a8a835a0a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_test_build_android.yml
vendored
2
.github/workflows/pr_test_build_android.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Install package dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt-get install -y pigz curl unzip automake build-essential file pkg-config git python libtool libtinfo6 cmake clang llvm
|
||||
sudo apt-get install -y pigz curl unzip automake build-essential file pkg-config git python-is-python3 libtool libtinfo6 cmake clang llvm
|
||||
|
||||
- name: Execute Build and Setup Commands
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue