mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 05:29:20 +00:00
Correct fetch-deps useage
This commit is contained in:
parent
77b8fbafbe
commit
bdf8e009da
6
.github/workflows/build-chat.yml
vendored
6
.github/workflows/build-chat.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch_depth: 0
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Cache Vulkan
|
||||
id: cache_vulkan
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch_depth: 0
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Setup XCode
|
||||
run: sudo xcode-select -s '/Applications/Xcode_14.1.app'
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch_depth: 0
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- name: Cache Qt
|
||||
id: cache_qt
|
||||
|
Loading…
Reference in New Issue
Block a user