From 321d14ce7bd2a8c35e18a38bb430c2fbf4f4a983 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 30 Mar 2026 09:56:09 -0500 Subject: [PATCH] CI: Fix a couple of minor bugs --- .github/workflows/ci.yml | 7 ++++++- .github/workflows/crowdin-commit.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbd38b4..302c499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,12 @@ jobs: container: devkitpro/devkitarm steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Setup environment + run: git config --global safe.directory '*' - name: Fix apt sources run: | diff --git a/.github/workflows/crowdin-commit.yml b/.github/workflows/crowdin-commit.yml index ef02ae3..83bb3db 100644 --- a/.github/workflows/crowdin-commit.yml +++ b/.github/workflows/crowdin-commit.yml @@ -22,7 +22,7 @@ jobs: - name: Install tools run: | apt-get update - apt-get install python3 python3-pip -y + apt-get install python3 python3-pip p7zip-full -y python3 -m pip install --upgrade pip setuptools --break-system-packages python3 -m pip install cryptography git+https://github.com/TuxSH/firmtool.git --break-system-packages