..
This commit is contained in:
5
.github/workflows/generator-android.yml
vendored
5
.github/workflows/generator-android.yml
vendored
@@ -190,6 +190,11 @@ jobs:
|
|||||||
tree \
|
tree \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
continue-on-error: true
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y potrace
|
||||||
|
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
if: ${{ env.VERSION != 'master' }}
|
if: ${{ env.VERSION != 'master' }}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user