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 fa775c8 commit d546c33Copy full SHA for d546c33
.github/workflows/ci.yml
@@ -7,18 +7,15 @@ jobs:
7
name: ubuntu-latest
8
runs-on: ubuntu-latest
9
container: devkitpro/devkitppc:latest
10
-
+
11
steps:
12
- uses: actions/checkout@v4.3.1
13
- with:
14
- fetch-tags: true
15
- fetch-depth: '25'
16
+ - name: Fetch tags
+ run: git fetch --prune --unshallow --tags
17
#workaround for the github checkout not fully working right with containers
18
#see : https://github.com/actions/checkout/issues/2031
19
- name: Add git safe directory
20
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
21
22
- name: Build
23
run: |
24
catnip
0 commit comments