Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 23, 2024
1 parent 69e991e commit 944c38c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,14 @@ jobs:
- name: Install required dependencies
run: |
sudo apt install cmake golang-go libuv1 make ninja-build yasm
- name: Set up JDK 22
- name: Set up JDK 11
uses: actions/setup-java@main
with:
java-version: 22
java-version: 11
distribution: temurin
- name: Setup API keys
run: |
echo -e 'APP_ID = 105810\nAPP_HASH = 3e7a52498eec003c5896a330e5d29397' > API_KEYS
echo -e 'APP_ID = 105810\nAPP_HASH = 3e7a52498eec003c5896a330e5d29397' > ./TMessagesProj/API_KEYS
echo -e 'APP_ID = 105810\nAPP_HASH = 3e7a52498eec003c5896a330e5d29397' > ./TMessagesProj_App/API_KEYS
- name: Setup Android cross-compiler
uses: nttld/setup-ndk@main
id: setup-ndk
Expand All @@ -102,15 +100,15 @@ jobs:
- name: Setup upterm session
if: false
uses: lhotari/action-upterm@v1
- name: Build shit
- name: Build required dependencies
working-directory: ./TMessagesProj/jni
run: |
./build_libvpx_clang.sh
./build_ffmpeg_clang.sh
./patch_ffmpeg.sh
./patch_boringssl.sh
NINJA_PATH='/usr/bin/ninja' ./build_boringssl.sh
- name: Build with Gradle
- name: Build Android project
run: |
bash gradlew --no-daemon 'assembleAfatRelease'
find .

0 comments on commit 944c38c

Please sign in to comment.