1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00

Change arch?

This commit is contained in:
jugeeya 2020-07-05 13:35:34 -07:00 committed by GitHub
parent ebdc1ebad3
commit 07275db0de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@ jobs:
- name: Sync submodules
run: git submodule sync --recursive && git submodule update --init --recursive
- name: Download DEVKITPRO
run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb
run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.arm64.deb
- name: Install gdebi-core
run: sudo apt-get install gdebi-core
- name: Install DEVKITPRO
run: sudo gdebi --non-interactive devkitpro-pacman.amd64.deb
run: sudo gdebi --non-interactive devkitpro-pacman.arm64.deb
- name: Install packages
run: printf "\nY" | sudo dkp-pacman -Sy switch-dev
- name: Make Tesla overlay