1028
All checks were successful
获取完整内核版本 / clone_with_proxy (push) Successful in 1m9s

This commit is contained in:
298977887 2024-10-28 16:02:46 +08:00
parent 8ec6092ddc
commit 4eed273634

View File

@ -9,6 +9,16 @@ jobs:
clone_with_proxy:
runs-on: ubuntu-latest
steps:
# 检出代码
- name: 🛒 检出代码
uses: https://git.aoun.ltd/actions/checkout@v4
# 打印当前目录
- name: 📂 打印当前目录
run: |
ls -la
pwd
# 1. 下载并安装 Trojan-Go
- name: 📦 解压并安装 Trojan-Go
run: |