Skip to content

Commit

Permalink
removed GTK install; code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Aug 22, 2024
1 parent 0b54ddc commit 4f48ed4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/precompile_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,9 @@ jobs:
- name: Set up Android SDK
if: (matrix.os == 'ubuntu-20.04')
uses: android-actions/setup-android@v2
- name: Install GTK
if: (matrix.os == 'ubuntu-20.04')
run: sudo apt-get update && sudo apt-get install libgtk-3-dev
- name: Install Specific NDK
if: (matrix.os == 'ubuntu-20.04')
run: sdkmanager --install "ndk;24.0.8215888"
- name: Debug NDK Path
if: (matrix.os == 'ubuntu-20.04')
run: |
echo "NDK Path: /usr/local/lib/android/sdk/ndk/24.0.8215888"
ls -la /usr/local/lib/android/sdk/ndk/24.0.8215888/toolchains/llvm/prebuilt/linux-x86_64/bin/
- name: Precompile (with iOS)
if: (matrix.os == 'macOS-latest')
run: dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=LtbLightning/payjoin-flutter
Expand Down

0 comments on commit 4f48ed4

Please sign in to comment.