mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Attempt to fix workflow
This commit is contained in:
parent
0fc8fdf999
commit
ebdc1ebad3
1 changed files with 6 additions and 4 deletions
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue