We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fb0d5 commit 8d66829Copy full SHA for 8d66829
1 file changed
.github/workflows/build-and-release.yml
@@ -21,6 +21,8 @@ jobs:
21
steps:
22
- name: Checkout repository
23
uses: actions/checkout@v4
24
+ with:
25
+ fetch-depth: 0
26
27
- name: Make compile script and compiler executable
28
run: |
0 commit comments