mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 13:41:08 +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
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch_depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Cache Vulkan
|
- name: Cache Vulkan
|
||||||
id: cache_vulkan
|
id: cache_vulkan
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch_depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup XCode
|
- name: Setup XCode
|
||||||
run: sudo xcode-select -s '/Applications/Xcode_14.1.app'
|
run: sudo xcode-select -s '/Applications/Xcode_14.1.app'
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch_depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Cache Qt
|
- name: Cache Qt
|
||||||
id: cache_qt
|
id: cache_qt
|
||||||
|
Loading…
Reference in New Issue
Block a user