Skip to content

Commit

Permalink
- Install libogc2 from package repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Jan 16, 2024
1 parent afd50ce commit e53183e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,19 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends gcc gcc-mingw-w64-i686 libc6-dev libc6-i386 p7zip-full xorriso
- name: Checkout libogc2
uses: actions/checkout@main
with:
repository: extremscorner/libogc2
path: libogc2
sudo dkp-pacman-key --recv-keys C8A2759C315CFBC3429CC2E422B803BA8AA3D7CE --keyserver keyserver.ubuntu.com
sudo dkp-pacman-key --lsign-key C8A2759C315CFBC3429CC2E422B803BA8AA3D7CE
sudo sed -i '/^\[dkp-libs\]$/,$d' /opt/devkitpro/pacman/etc/pacman.conf
sudo echo -e '[extremscorner-devkitpro]\nServer = https://packages.extremscorner.org/devkitpro/linux/$arch' >> /opt/devkitpro/pacman/etc/pacman.conf
sudo dkp-pacman -Sy
sudo dkp-pacman -S --noconfirm libogc2-git
- name: Checkout Swiss
uses: actions/checkout@main
with:
path: swiss
fetch-depth: 0

- name: Build libogc2
run: make install
working-directory: libogc2

- name: Build Swiss artifacts
run: make
working-directory: swiss
Expand Down

0 comments on commit e53183e

Please sign in to comment.