This commit is contained in:
Alex Yong 2025-09-03 14:53:13 +00:00
parent 35cbf46f62
commit d24d01be07
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- uses: denoland/setup-deno@v2
with:
# setting `cache-hash` implies `cache: true` and will replace
# the default cache-hash of `${{ hashFiles('**/deno.lock') }}`
cache-hash: ${{ hashFiles('**/deno.json') }}
- name: Set up repo
run: chmod +x gradlew && deno run -A scripts/download_deps.ts --yes && cp revoltbuild.properties.example revoltbuild.properties && cp sentry.properties.example sentry.properties && cp app/google-services.json.example app/google-services.json && git submodule update --init --recursive