diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 653cc2f..7e69e35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,5 +11,6 @@ jobs: - name: Install Node.js (for Actions) run: apt-get update && apt-get install -yqq node.js + - uses: actions/checkout@v4 - name: Build APK run: ./gradlew build