Add missing dependency to github workflow (#894)

This commit is contained in:
Quentin Hibon
2021-05-03 01:41:34 +02:00
committed by GitHub
parent 004bb8d71c
commit 32db4e363b
2 changed files with 6 additions and 0 deletions

View File

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

View File

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