This commit is contained in:
parent
8ec6092ddc
commit
4eed273634
10
.github/workflows/CCC.yml
vendored
10
.github/workflows/CCC.yml
vendored
@ -9,6 +9,16 @@ jobs:
|
|||||||
clone_with_proxy:
|
clone_with_proxy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
# 检出代码
|
||||||
|
- name: 🛒 检出代码
|
||||||
|
uses: https://git.aoun.ltd/actions/checkout@v4
|
||||||
|
|
||||||
|
# 打印当前目录
|
||||||
|
- name: 📂 打印当前目录
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
pwd
|
||||||
|
|
||||||
# 1. 下载并安装 Trojan-Go
|
# 1. 下载并安装 Trojan-Go
|
||||||
- name: 📦 解压并安装 Trojan-Go
|
- name: 📦 解压并安装 Trojan-Go
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user