Skip to content

Commit f54f040

Browse files
committed
fix(workflow): try fetching all history in checkout
1 parent ab729b2 commit f54f040

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Linux
33
on: [push, pull_request]
44

55
jobs:
6-
gcc10:
6+
gcc14:
77
strategy:
88
fail-fast: false
99
matrix:

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/checkout@v4.1.3
1616
with:
1717
submodules: true
18+
fetch-depth: 0
19+
1820
- uses: seanmiddleditch/gha-setup-ninja@96bed6edff20d1dd61ecff9b75cc519d516e6401
1921

2022
- name: Cache vcpkg

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4.1.3
1818
with:
1919
submodules: true
20+
fetch-depth: 0
2021

2122
- name: Set target triplet
2223
id: set-variables

0 commit comments

Comments
 (0)