mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build: Speed up macOS actions build a bit.
This commit is contained in:
parent
47a8e5e612
commit
5c5fdb48b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -184,7 +184,7 @@ jobs:
|
|||
if: runner.os == 'macOS'
|
||||
# This is required for git describe --always to work for git-version.cpp.
|
||||
run: |
|
||||
git fetch --deepen=15000 --tags || exit 0
|
||||
git fetch --deepen=15000 --no-recurse-submodules --tags || exit 0
|
||||
|
||||
- name: Cache Qt
|
||||
uses: actions/cache@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue