Skip to content

Commit 70e0af6

Browse files
committed
fixup! Add validation workflow
1 parent 5f8fc4d commit 70e0af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-install-from-source.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
container: ${{matrix.vector.image}}
2424
steps:
2525
- uses: actions/checkout@v3
26+
with:
27+
fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
2628
- run: |
2729
if [ ${{matrix.vector.image}} == "centos" ]; then
2830
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*

0 commit comments

Comments
 (0)