mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Improve workflow
This commit is contained in:
12
.github/actions/preparing/action.yml
vendored
Normal file
12
.github/actions/preparing/action.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user