autochmod fix-pub
This commit is contained in:
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@@ -39,7 +39,9 @@ jobs:
|
||||
cache: "true"
|
||||
|
||||
- name: Install dependencies
|
||||
run: ./fix-pub.sh
|
||||
run: |
|
||||
chmod +x fix-pub.sh
|
||||
./fix-pub.sh
|
||||
|
||||
- name: Build
|
||||
run: ./refilc/build.sh
|
||||
|
||||
Reference in New Issue
Block a user