Skip to content

Commit

Permalink
fix(github-action): fixed github action error
Browse files Browse the repository at this point in the history
  • Loading branch information
231tr0n authored Mar 3, 2024
1 parent eab5357 commit 7ab17a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ab17a9

Please sign in to comment.