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

Attempt to fix workflow

This commit is contained in:
jugeeya 2020-07-05 13:20:27 -07:00 committed by GitHub
parent 0fc8fdf999
commit ebdc1ebad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,13 @@ 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.1/devkitpro-pacman.deb
run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb
- name: Install gdebi-core
run: sudo apt-get install gdebi-core
- name: Install DEVKITPRO
run: sudo dpkg -i devkitpro-pacman.deb
- name: Install dkp-pacman
run: printf "\nY" | sudo dkp-pacman -S switch-dev
run: sudo gdebi --non-interactive devkitpro-pacman.amd64.deb
- name: Install packages
run: printf "\nY" | sudo dkp-pacman -Sy switch-dev
- name: Make Tesla overlay
working-directory: TrainingModpackOverlay
run: DEVKITPRO=/opt/devkitpro make