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.
1 parent d546c33 commit 3469061Copy full SHA for 3469061
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4.3.1
13
- - name: Fetch tags
14
- run: git fetch --prune --unshallow --tags
15
#workaround for the github checkout not fully working right with containers
16
#see : https://github.com/actions/checkout/issues/2031
17
- name: Add git safe directory
18
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
+ - name: Fetch tags
+ run: git fetch --prune --unshallow --tags
19
- name: Build
20
run: |
21
catnip
0 commit comments