|
15 | 15 | steps: |
16 | 16 | - name: Checkout |
17 | 17 | uses: actions/checkout@v4 |
| 18 | + with: |
| 19 | + fetch-depth: 0 |
18 | 20 | - name: Install booststrap's dependencies |
19 | 21 | run: | |
20 | 22 | sudo apt-get update |
|
46 | 48 | steps: |
47 | 49 | - name: Checkout |
48 | 50 | uses: actions/checkout@v4 |
| 51 | + with: |
| 52 | + fetch-depth: 0 |
49 | 53 | - name: Build |
50 | 54 | run: PLATFORM=${{ matrix.platform }} CONFIG=${{ matrix.config }} ./Bootstrap.sh |
51 | 55 | - name: Test |
|
69 | 73 | steps: |
70 | 74 | - name: Checkout |
71 | 75 | uses: actions/checkout@v4 |
| 76 | + with: |
| 77 | + fetch-depth: 0 |
72 | 78 | - name: Build |
73 | 79 | shell: cmd |
74 | 80 | env: |
@@ -107,6 +113,8 @@ jobs: |
107 | 113 | steps: |
108 | 114 | - name: Checkout |
109 | 115 | uses: actions/checkout@v4 |
| 116 | + with: |
| 117 | + fetch-depth: 0 |
110 | 118 | - name: 'Setup MSYS2' |
111 | 119 | uses: msys2/setup-msys2@v2 |
112 | 120 | with: |
@@ -146,6 +154,8 @@ jobs: |
146 | 154 | steps: |
147 | 155 | - name: Checkout |
148 | 156 | uses: actions/checkout@v4 |
| 157 | + with: |
| 158 | + fetch-depth: 0 |
149 | 159 | |
150 | 160 | with: |
151 | 161 | version: '3.9.2' |
@@ -175,6 +185,8 @@ jobs: |
175 | 185 | steps: |
176 | 186 | - name: Checkout |
177 | 187 | uses: actions/checkout@v4 |
| 188 | + with: |
| 189 | + fetch-depth: 0 |
178 | 190 | - name: Start FreeBSD VM |
179 | 191 | uses: vmactions/freebsd-vm@v1 |
180 | 192 | with: |
@@ -214,6 +226,8 @@ jobs: |
214 | 226 | steps: |
215 | 227 | - name: Checkout |
216 | 228 | uses: actions/checkout@v4 |
| 229 | + with: |
| 230 | + fetch-depth: 0 |
217 | 231 | - name: Start OpenBSD VM |
218 | 232 | uses: vmactions/openbsd-vm@v1 |
219 | 233 | with: |
@@ -253,6 +267,8 @@ jobs: |
253 | 267 | steps: |
254 | 268 | - name: Checkout |
255 | 269 | uses: actions/checkout@v4 |
| 270 | + with: |
| 271 | + fetch-depth: 0 |
256 | 272 | - name: Start NetBSD VM |
257 | 273 | uses: vmactions/netbsd-vm@v1 |
258 | 274 | with: |
@@ -284,6 +300,8 @@ jobs: |
284 | 300 | steps: |
285 | 301 | - name: Checkout |
286 | 302 | uses: actions/checkout@v4 |
| 303 | + with: |
| 304 | + fetch-depth: 0 |
287 | 305 | - name: Start DragonflyBSD VM |
288 | 306 | uses: vmactions/dragonflybsd-vm@v1 |
289 | 307 | with: |
@@ -315,6 +333,8 @@ jobs: |
315 | 333 | steps: |
316 | 334 | - name: Checkout |
317 | 335 | uses: actions/checkout@v4 |
| 336 | + with: |
| 337 | + fetch-depth: 0 |
318 | 338 | - name: Start Solaris VM |
319 | 339 | uses: vmactions/solaris-vm@v1 |
320 | 340 | with: |
|
0 commit comments