build: removed sudo
This commit is contained in:
parent
31b2bb51cc
commit
6a1c485b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Initialize LFS
|
||||
run: |
|
||||
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|
||||
sudo apt-get install git-lfs
|
||||
apt-get install git-lfs
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue