From 1816897f25ebc9273442977e25cfebc3d6396325 Mon Sep 17 00:00:00 2001 From: sohrab Date: Wed, 12 Feb 2025 19:45:48 -0500 Subject: [PATCH] Update .forgejo/workflows/build.yaml --- .forgejo/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 57568a8..f828962 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -12,8 +12,8 @@ jobs: env: Desktop: "template" steps: - - name: Install Node.js - run: pacman -Sy --noconfirm nodejs npm git sudo + #- name: Install Node.js + # run: pacman -Sy --noconfirm nodejs npm git sudo - name: Checkout code uses: actions/checkout@v4