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