mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
fix caching linux deps
This commit is contained in:
parent
b0ece46f29
commit
390fdda023
1 changed files with 7 additions and 1 deletions
8
.github/workflows/cache_dependencies.yml
vendored
8
.github/workflows/cache_dependencies.yml
vendored
|
@ -37,7 +37,12 @@ jobs:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
- name: Install package dependencies
|
- name: Install package dependencies
|
||||||
run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang
|
run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python-is-python3 libtool libtinfo5 cmake clang
|
||||||
|
|
||||||
|
- name: Install desktop dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y ninja-build libgtk-3-dev gperf
|
||||||
|
|
||||||
- name: Execute Build and Setup Commands
|
- name: Execute Build and Setup Commands
|
||||||
run: |
|
run: |
|
||||||
|
@ -70,4 +75,5 @@ jobs:
|
||||||
./build_monero_all.sh
|
./build_monero_all.sh
|
||||||
cd ../linux/
|
cd ../linux/
|
||||||
source ./app_env.sh cakewallet
|
source ./app_env.sh cakewallet
|
||||||
|
./app_config.sh
|
||||||
./build_monero_all.sh
|
./build_monero_all.sh
|
||||||
|
|
Loading…
Reference in a new issue