diff --git a/.github/workflows/build-android-project.yml b/.github/workflows/build-android-project.yml index 07923101..a0842cc9 100644 --- a/.github/workflows/build-android-project.yml +++ b/.github/workflows/build-android-project.yml @@ -24,7 +24,6 @@ jobs: - name: "Checkout: Code" uses: actions/checkout@v2 - - name: "Checkout: Code (PR)" uses: actions/checkout@v2 if: "contains(github.event_name, 'pull_request')" @@ -37,6 +36,9 @@ jobs: with: java-version: 1.8 + - name: "Setup: Install additional dependencies" + run: sudo apt-get install -y ispell + - name: "Cache: Gradle" uses: actions/cache@v2 with: