From 7ab17a9368ff695ece3b2cc51abaa5e863077688 Mon Sep 17 00:00:00 2001 From: 231tr0n Date: Sun, 3 Mar 2024 23:26:09 +0530 Subject: [PATCH] fix(github-action): fixed github action error --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 54d560f..ad89276 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,8 +11,6 @@ jobs: fetch-depth: 0 - name: Install required dependencies run: | - apt update - apt install -y sudo sudo apt install -y git curl curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs