mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-26 15:36:07 +00:00
add needed sudo in ubuntu machine scenario
This commit is contained in:
@@ -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: |
|
||||||
|
Reference in New Issue
Block a user