diff --git a/.github/workflows/generator-android.yml b/.github/workflows/generator-android.yml index 16f6e0c..1b611a9 100644 --- a/.github/workflows/generator-android.yml +++ b/.github/workflows/generator-android.yml @@ -190,6 +190,11 @@ jobs: tree \ wget + - name: Install dependencies + continue-on-error: true + run: | + sudo apt-get install -y potrace + - name: Checkout source code if: ${{ env.VERSION != 'master' }} uses: actions/checkout@v4