mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
sudo fix
This commit is contained in:
parent
ce9e26463e
commit
939ed6a2b5
@ -321,8 +321,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get install -y cmake build-essential
|
apt-get install -y cmake build-essential
|
||||||
- run:
|
- run:
|
||||||
name: Build C library
|
name: Build C library
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user