no sudo
This commit is contained in:
@ -93,10 +93,10 @@ jobs:
|
||||
# Need to install nodejs and git, and initalize git lfs for checkout
|
||||
- name: Install node.js and git
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y curl
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||
sudo apt-get install -y nodejs git git-lfs
|
||||
apt-get install -y nodejs git git-lfs
|
||||
git lfs install
|
||||
- name: Checkout
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user