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:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
apt-get update
|
||||
apt-get install -y cmake build-essential
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake build-essential
|
||||
- run:
|
||||
name: Build Libraries
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user