[GitHub Actions] Fetch full commit history
This commit is contained in:
parent
8d94247cc9
commit
3369830c3e
|
@ -36,6 +36,8 @@ jobs:
|
|||
cpu_arch: [SSE2, AVX, AVX2, AVX512] # SSE2 BUILDS WON'T WORK ON NON-AVX(2) CPUs!
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup
|
||||
run: .\xb setup
|
||||
|
|
Loading…
Reference in New Issue