fetch full history in CI (#232)

This commit is contained in:
Cyano Hao 2024-03-04 18:38:09 +08:00 committed by GitHub
parent 6b891a6626
commit d5ea217945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 28 additions and 0 deletions

View File

@ -25,6 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup
uses: msys2/setup-msys2@v2
@ -65,6 +67,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup toolchain
uses: jurplel/install-qt-action@v3
@ -106,6 +110,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup
uses: jurplel/install-qt-action@v3
@ -143,6 +149,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup
uses: jurplel/install-qt-action@v3
@ -191,6 +199,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch container image
run: |
@ -217,6 +227,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch container image
run: |
@ -238,6 +250,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch container image
run: |
@ -259,6 +273,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch container image
run: |
@ -281,6 +297,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch container image
run: |
@ -302,6 +320,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch container image
run: |
@ -323,6 +343,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup
uses: jurplel/install-qt-action@v3

View File

@ -13,6 +13,8 @@ jobs:
vcs: ["y", "n"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
@ -48,6 +50,8 @@ jobs:
vcs: ["y", "n"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1

View File

@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1