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