diff --git a/.gitea/workflows/build-stable.yml b/.gitea/workflows/build-stable.yml index c6acc33..19ddd2e 100644 --- a/.gitea/workflows/build-stable.yml +++ b/.gitea/workflows/build-stable.yml @@ -13,13 +13,6 @@ jobs: - name: System Info run: uname -m - - name: Setup - run: | - apt update -y - apt install -y curl gnupg - curl -fsSL https://deb.nodesource.com/setup_20.x | bash - - apt install -y nodejs - - name: Checkout uses: actions/checkout@v6