mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
add needed sudo in ubuntu machine scenario
This commit is contained in:
parent
021a388b38
commit
11ac85b01f
@ -325,8 +325,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y cmake build-essential
|
sudo apt-get install -y cmake build-essential
|
||||||
- run:
|
- run:
|
||||||
name: Build Libraries
|
name: Build Libraries
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user