From 009f6ae5b7a12274e7473f0645d8fcdb2588066e Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Tue, 30 Dec 2025 12:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86runs=20on=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E4=B8=BAubuntu=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4b6cff3..d27cad8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,6 +27,7 @@ jobs: - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: env + - run: sudo apt-get update && sudo apt-get install -y envsubst # - uses: http://localhost:3000/bamanker/setup-node@v6 # with: # node-version: 24