mirror of
https://github.com/d0k3/GodMode9.git
synced 2026-05-30 22:36:55 +00:00
CI: Fix a couple of minor bugs
This commit is contained in:
parent
e7fba495dc
commit
321d14ce7b
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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: |
|
||||||
|
|||||||
2
.github/workflows/crowdin-commit.yml
vendored
2
.github/workflows/crowdin-commit.yml
vendored
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user