mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +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
|
||||
options: --memory=12g --cpus=4
|
||||
steps:
|
||||
- name: Install essential packages
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl openjdk-17-jdk
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user