From e381ac36e1141e376b3f92b63afe50c242417918 Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Tue, 30 Dec 2025 12:49:13 +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=204?= 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 d27cad8..bd3d9ab 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: