From 7f2a805a5c8d747df9374b87b6c9bbfc267c239c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jun 2024 10:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/main.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index d80a8d5..6883b50 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -6,13 +6,13 @@ jobs: runs-on: pms steps: # - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 18 - - name: Print PATH - run: | - echo $PATH - node -v + - uses: http://pms.docker:5678/SysChan/setup-go@v5 + # with: + # node-version: 18 + # - name: Print PATH + # run: | + # echo $PATH + # node -v # - uses: actions/setup-go@v5 # - name: echo hello world # run: |