mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 09:57:47 +01:00
Remove broken PR build workflow for now
This commit is contained in:
parent
19cd28b66b
commit
c8c65ab7b1
1 changed files with 0 additions and 18 deletions
18
.github/workflows/pr_build_check.yml
vendored
18
.github/workflows/pr_build_check.yml
vendored
|
@ -1,18 +0,0 @@
|
|||
name: Pull request build check
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Install NDK
|
||||
run: sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.3.6528147"
|
||||
- name: Build project
|
||||
run: ./gradlew assembleDebug
|
Loading…
Reference in a new issue