GHActions: Cache patchelf

This commit is contained in:
TellowKrinkle
2022-01-01 16:36:15 -06:00
committed by tellowkrinkle
parent 3d0654dd48
commit d97e867c07
2 changed files with 15 additions and 11 deletions
@@ -61,10 +61,3 @@ sudo apt-get -y install "${BUILD_PACKAGES[@]}"
PCSX2_PACKAGES=("${PCSX2_PACKAGES[@]/%/"${ARCH}"}")
echo "Will install the following packages for pcsx2 - ${PCSX2_PACKAGES[*]}"
sudo apt-get -y install "${PCSX2_PACKAGES[@]}"
cd /tmp
curl -sSfLO https://github.com/NixOS/patchelf/releases/download/0.12/patchelf-0.12.tar.bz2
tar xvf patchelf-0.12.tar.bz2
cd patchelf-0.12*/
./configure
make && sudo make install