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.
fetch-depth
fetch-tags
1 parent c58ed0e commit 531c7d8Copy full SHA for 531c7d8
.github/workflows/nightly.yaml
@@ -21,6 +21,8 @@ jobs:
21
uses: actions/checkout@v4
22
with:
23
ref: master
24
+ fetch-depth: 0
25
+ fetch-tags: true
26
27
- name: Build
28
run: tools/cross-compile.sh
.github/workflows/test.yaml
@@ -14,6 +14,9 @@ jobs:
14
cache: false
15
16
- uses: actions/checkout@v4
17
+ with:
18
19
20
run: |
0 commit comments