mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
dont build yubikit locally
This commit is contained in:
parent
ec6a47627b
commit
32f8d51267
11
.github/workflows/android.yaml
vendored
11
.github/workflows/android.yaml
vendored
@ -7,22 +7,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout YubiKit
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: Yubico/yubikit-android
|
||||
ref: release/2.1.0
|
||||
path: kit
|
||||
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '11'
|
||||
|
||||
- name: Build Yubikit-android
|
||||
run: NO_GPG_SIGN=true ./gradlew --stacktrace check test build javadocJar publishToMavenLocal
|
||||
working-directory: ./kit
|
||||
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user