fix caching linux deps
OmarHatem committed
Aug 14, 2024 at 00:58 UTC
390fdda0231d45d6aff44b5d837e19afc04d3068
1 file changed
+7
-1
.github/workflows/cache_dependencies.yml
+7
-1
@@ -37,7 +37,12 @@ jobs:
37
channel: stable
38
39
- name: Install package dependencies
40
- run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang
40
+ run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python-is-python3 libtool libtinfo5 cmake clang
41
+
42
+ - name: Install desktop dependencies
43
+ run: |
44
+ sudo apt update
45
+ sudo apt install -y ninja-build libgtk-3-dev gperf
46
47
- name: Execute Build and Setup Commands
48
run: |
@@ -70,4 +75,5 @@ jobs:
75
./build_monero_all.sh
76
cd ../linux/
77
source ./app_env.sh cakewallet
78
+ ./app_config.sh
79
./build_monero_all.sh