Skip to content

Commit

Permalink
Update vita_builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
halotroop2288 committed Jan 20, 2024
1 parent 05dfb05 commit c9ec67d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/vita_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,12 @@ jobs:
cache-name: vita-template
continue-on-error: true

# Azure repositories are not reliable, we need to prevent Azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
run: |
sudo rm -f /etc/apt/sources.list.d/*
sudo cp -f misc/ci/sources.list /etc/apt/sources.list
sudo apt-get update
- name: Setup python and scons
uses: ./.github/actions/godot-deps

- name: Setup PVR_PSP2
run: |
sudo -u user zsh
git clone https://github.com/isage/vita-packages-extra
cd vita-packages-extra/pvr_psp2
vita-makepkg
Expand Down

0 comments on commit c9ec67d

Please sign in to comment.