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