CI: Fix a couple of minor bugs

This commit is contained in:
Pk11 2026-03-30 09:56:09 -05:00 committed by d0k3
parent e7fba495dc
commit 321d14ce7b
2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,12 @@ jobs:
container: devkitpro/devkitarm container: devkitpro/devkitarm
steps: 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 - name: Fix apt sources
run: | run: |

View File

@ -22,7 +22,7 @@ jobs:
- name: Install tools - name: Install tools
run: | run: |
apt-get update 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 --upgrade pip setuptools --break-system-packages
python3 -m pip install cryptography git+https://github.com/TuxSH/firmtool.git --break-system-packages python3 -m pip install cryptography git+https://github.com/TuxSH/firmtool.git --break-system-packages