We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c53cbe5 + 70e0af6 commit 73b4293Copy full SHA for 73b4293
.github/workflows/validate-install-from-source.yml
@@ -23,6 +23,8 @@ jobs:
23
container: ${{matrix.vector.image}}
24
steps:
25
- uses: actions/checkout@v3
26
+ with:
27
+ fetch-depth: 0 # Indicate full history so Nerdbank.GitVersioning works.
28
- run: |
29
if [ ${{matrix.vector.image}} == "centos" ]; then
30
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
0 commit comments