diff --git a/.github/workflows/CCC.yml b/.github/workflows/CCC.yml index 13d50e7..31aafde 100644 --- a/.github/workflows/CCC.yml +++ b/.github/workflows/CCC.yml @@ -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: |