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: