mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
12 lines
276 B
YAML
12 lines
276 B
YAML
name: Preparing to patch
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Set up jdk
|
|
uses: actions/setup-java@v4.0.0
|
|
with:
|
|
distribution: 'zulu'
|
|
java-version: '17'
|
|
- name: Setup Cloudflare Warp
|
|
shell: bash
|
|
run: bash src/etc/cf_warp.sh |