Skip to content

Commit c52bf54

Browse files
committed
fix
1 parent 374518f commit c52bf54

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
name: Checkout Code
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Setup .NET
1719
uses: actions/setup-dotnet@v3

.github/workflows/ci-pack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
runs-on: windows-latest
2020

2121
steps:
22-
- uses: actions/checkout@v4
23-
2422
# 1) bring the two per-OS packages into this job --------------------
2523
- uses: actions/download-artifact@v4
2624
with: { name: win-bits, path: artifacts/win }

.github/workflows/linux-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
name: Checkout Code
17+
with:
18+
fetch-depth: 0
1719

1820
# Necessary for running neato
1921
- name: Install libgts

.github/workflows/win-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
name: Checkout Code
21+
with:
22+
fetch-depth: 0
2123

2224
- name: Add msbuild to PATH
2325
uses: microsoft/setup-msbuild@v1.0.2

0 commit comments

Comments
 (0)