Remove absolute path to flock; change PATH in GH Actions

This commit is contained in:
2021-08-21 07:08:45 -05:00
parent a781a1f947
commit 1866743c47
2 changed files with 5 additions and 3 deletions

View File

@@ -56,7 +56,9 @@ jobs:
path: uhabits-android/build/outputs/
- name: Install flock
run: brew install util-linux
run: |
brew install util-linux
echo "/usr/local/opt/util-linux/bin" >> $GITHUB_PATH
- name: Run Android Tests
run: ./build.sh android-tests ${{ matrix.api }}