From bdf8e009daa6ea57a7ef435f869c693fd70737ea Mon Sep 17 00:00:00 2001 From: John Parent Date: Fri, 19 Jul 2024 18:54:30 -0400 Subject: [PATCH] Correct fetch-deps useage --- .github/workflows/build-chat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-chat.yml b/.github/workflows/build-chat.yml index 691496ba..15c56662 100644 --- a/.github/workflows/build-chat.yml +++ b/.github/workflows/build-chat.yml @@ -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