mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 22:50:05 +08:00
Update release.yml
This commit is contained in:
parent
b91cc200f6
commit
09b335fe6b
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -53,6 +53,10 @@ jobs:
|
|||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
options: --memory=12g --cpus=4
|
options: --memory=12g --cpus=4
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install essential packages
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y curl openjdk-17-jdk
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user