Skip to content

Commit

Permalink
CI: Adjust fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 5, 2024
1 parent 3149dfe commit bc82512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
token: ${{ secrets.UESDK_PULLER }}
submodules: recursive
persist-credentials: false
fetch-depth: 0

- name: Configure CMake
run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit bc82512

Please sign in to comment.