From 002d82145c4f4fdca6dda03914f64aa2fb4d2588 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 28 Feb 2024 10:04:38 +0100 Subject: [PATCH] try ci --- .gitea/workflows/action.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 4ae50f7..2eca0d4 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -73,15 +73,10 @@ jobs: echo ~/.local/opt/node/bin >> $GITHUB_PATH - - name: Install node - if: ${{ steps.prereq.outputs.need_node == '1' }} - run: | - apt update -y && apt install -y curl - curl -sS https://webi.sh/node | sh - echo ~/.local/opt/node/bin >> $GITHUB_PATH - - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: Prepare environment run: |