We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fc7e4 commit 27124a8Copy full SHA for 27124a8
.github/workflows/ci.yml
@@ -172,7 +172,6 @@ jobs:
172
- name: Get Tags
173
run: |
174
git fetch origin --tags
175
- git checkout the-testerrrr
176
- name: Setup Submodules
177
run: git config --global --add safe.directory . && git submodule update --init --recursive
178
- name: Setup MSBuild
@@ -219,7 +218,7 @@ jobs:
219
218
with:
220
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
221
ref: mac-fixes-again
222
- depth: false
+ fetch-depth: 0
223
224
- name: Checkout Submodules
225
if: steps.cache-submodules.outputs.cache-hit != 'true'
0 commit comments