diff options
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb410cb..5133d91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,10 +47,10 @@ jobs: env: CC: clang steps: - - name: Checkout Code - uses: actions/checkout@v3 - with: - fetch-depth: 0 + - name: Checkout Code + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Clone Submodules run: git submodule update --init --depth=1 - name: Build MacOS |