Skip to content

Commit

Permalink
ci: full history
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: thxCode <thxcode0824@gmail.com>
  • Loading branch information
thxCode committed Oct 17, 2024
1 parent 6f43eb1 commit 90dd9a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -750,7 +750,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -871,7 +871,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -975,7 +975,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -1036,7 +1036,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
timeout-minutes: 5
Expand Down Expand Up @@ -1126,7 +1126,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
# doesn't support ccache,
Expand Down Expand Up @@ -1216,7 +1216,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
submodules: 'recursive'
- name: Setup Cache
# doesn't support ccache,
Expand Down

0 comments on commit 90dd9a7

Please sign in to comment.