mirror of
https://github.com/farisawan-2000/kirby64.git
synced 2025-02-20 04:41:50 +00:00
Merge branch 'master' of https://github.com/farisawan-2000/kirby64
This commit is contained in:
commit
87872a9eca
6
.github/workflows/push.yml
vendored
6
.github/workflows/push.yml
vendored
@ -19,7 +19,11 @@ jobs:
|
||||
- name: Install Qemu Irix
|
||||
run: sudo dpkg -i qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb
|
||||
- name: Install Dependencies
|
||||
run: sudo apt update && sudo apt install -y binutils-mips-linux-gnu gcc git python3 python3-pip gcc-mips-linux-gnu
|
||||
run: sudo apt update && sudo apt install -y binutils-mips-linux-gnu gcc git gcc-mips-linux-gnu
|
||||
- name: Install Python 3.10
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install Python Dependencies
|
||||
run: pip3 install gitpython
|
||||
- name: More dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user