diff options
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b00a4e7..5df547f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,9 +47,9 @@ jobs: CC: clang steps: - name: Checkout Code - uses: actions/checkout@v3 - with: - fetch-depth: 0 + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Clone Submodules run: git submodule update --init --depth=1 - name: Build MacOS |