Add missing dependency to github workflow (#894)

pull/908/head
Quentin Hibon 4 years ago committed by GitHub
parent 004bb8d71c
commit 32db4e363b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,9 @@ jobs:
name: uhabits-android
path: uhabits-android/build/outputs/
- name: Install flock
run: brew install util-linux
- name: Run Android Tests
run: ./build.sh android-tests ${{ matrix.api }}

@ -27,6 +27,9 @@ jobs:
with:
java-version: 1.8
- name: Install flock
run: brew install util-linux
- name: Build APK & Run small tests
env:
RELEASE: 1

Loading…
Cancel
Save