We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af4987 commit f81c28cCopy full SHA for f81c28c
.github/workflows/build_deploy.yml
@@ -54,8 +54,7 @@ jobs:
54
- name: Checkout repository
55
uses: actions/checkout@v4
56
with:
57
- fetch-tags: true
58
- filter: tree:0
+ fetch-depth: 0
59
60
- name: Setup MSVC tools
61
if: matrix.os == 'windows-2022'
@@ -91,8 +90,7 @@ jobs:
91
90
92
93
94
95
96
97
- name: install prerequisites
98
run: |
@@ -126,8 +124,7 @@ jobs:
126
124
steps:
127
125
- uses: actions/checkout@v4
128
129
130
131
132
- name: Set up Python
133
uses: actions/setup-python@v4
0 commit comments