From d1298215e5a607f4985a6d16586205561dc65c54 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 17 Aug 2025 21:46:28 -0700 Subject: [PATCH] Update init.yml --- .github/workflows/init.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 62eecd5..17ff925 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -12,6 +12,11 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' + - name: Setup Java 17 + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: 17 - name: Install Bubblewrap run: npm install -g @bubblewrap/cli - name: Run bubblewrap init