cache only android deps only have linux build as an artifact
cache only android deps only have linux build as an artifact
OmarHatem committed
Aug 14, 2024 at 01:37 UTC
20252cdea8b4c822ef643dd2e3cc2315b977aed1
2 files changed
+12
-20
.github/workflows/cache_dependencies.yml
+1
-10
@@ -37,12 +37,7 @@ 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-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
40
+ run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang
41
42
- name: Execute Build and Setup Commands
43
run: |
@@ -73,7 +68,3 @@ jobs:
68
cd /opt/android/cake_wallet/scripts/android/
69
source ./app_env.sh cakewallet
70
./build_monero_all.sh
76
- cd ../linux/
77
- source ./app_env.sh cakewallet
78
- ./app_config.sh
79
- ./build_monero_all.sh
.github/workflows/pr_test_build_linux.yml
+11
-10
@@ -174,13 +174,14 @@ jobs:
174
with:
175
path: /opt/android/cake_wallet/build/linux/x64/release/${{env.BRANCH_NAME}}.zip
176
177
- - name: Send Test APK
178
- continue-on-error: true
179
- uses: adrey/slack-file-upload-action@1.0.5
180
- with:
181
- token: ${{ secrets.SLACK_APP_TOKEN }}
182
- path: /opt/android/cake_wallet/build/linux/x64/release/${{env.BRANCH_NAME}}.zip
183
- channel: ${{ secrets.SLACK_APK_CHANNEL }}
184
- title: "${{ env.BRANCH_NAME }}_linux.zip"
185
- filename: ${{ env.BRANCH_NAME }}_linux.zip
186
- initial_comment: ${{ github.event.head_commit.message }}
177
+# Just as an artifact would be enough
178
+# - name: Send Test APK
179
+# continue-on-error: true
180
+# uses: adrey/slack-file-upload-action@1.0.5
181
+# with:
182
+# token: ${{ secrets.SLACK_APP_TOKEN }}
183
+# path: /opt/android/cake_wallet/build/linux/x64/release/${{env.BRANCH_NAME}}.zip
184
+# channel: ${{ secrets.SLACK_APK_CHANNEL }}
185
+# title: "${{ env.BRANCH_NAME }}_linux.zip"
186
+# filename: ${{ env.BRANCH_NAME }}_linux.zip
187
+# initial_comment: ${{ github.event.head_commit.message }}