mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
update workflow
This commit is contained in:
@@ -13,18 +13,13 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- uses: actions/setup-node@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
|
- uses: actions/setup-java@v4
|
||||||
- name: Setup JDK 17
|
|
||||||
uses: actions/setup-java@v4
|
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Install JADX
|
- name: Install JADX
|
||||||
@@ -36,9 +31,6 @@ jobs:
|
|||||||
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
|
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
|
||||||
rm jadx.zip
|
rm jadx.zip
|
||||||
|
|
||||||
- name: Verify JADX installation
|
|
||||||
run: jadx --version
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user