Update release.yml

This commit is contained in:
于先森(Mr.Yu) 2025-02-18 22:20:03 +08:00 committed by GitHub
parent b91cc200f6
commit 09b335fe6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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