mirror of https://github.com/AxioDL/metaforce.git
CI: Install libcurl4-openssl-dev
This commit is contained in:
parent
74fbd5e8e4
commit
7a521657c3
|
@ -34,8 +34,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install build-essential curl git cmake ninja-build llvm-dev libclang-dev clang lld \
|
sudo apt-get -y install build-essential curl git cmake ninja-build llvm-dev libclang-dev clang lld \
|
||||||
zlib1g-dev libglu1-mesa-dev libdbus-1-dev libvulkan-dev libxi-dev libxrandr-dev libasound2-dev libcurl-dev \
|
zlib1g-dev libglu1-mesa-dev libdbus-1-dev libvulkan-dev libxi-dev libxrandr-dev libasound2-dev \
|
||||||
libpulse-dev libudev-dev libpng-dev libncurses5-dev libx11-xcb-dev python3 python-is-python3 qt5-default
|
libpulse-dev libudev-dev libpng-dev libncurses5-dev libx11-xcb-dev python3 python-is-python3 qt5-default \
|
||||||
|
libcurl4-openssl-dev
|
||||||
# free up disk space
|
# free up disk space
|
||||||
# https://github.com/actions/virtual-environments/issues/2840#issuecomment-790492173
|
# https://github.com/actions/virtual-environments/issues/2840#issuecomment-790492173
|
||||||
echo Before
|
echo Before
|
||||||
|
|
|
@ -60,7 +60,7 @@ NFS files dumped from Metroid Prime Trilogy on Wii U VC can be used directly wit
|
||||||
* **[Linux]** recent development packages of `udev`, `x11`, `xcb`, `xinput`, `glx`, `asound`
|
* **[Linux]** recent development packages of `udev`, `x11`, `xcb`, `xinput`, `glx`, `asound`
|
||||||
* Ubuntu 20.04+ packages
|
* Ubuntu 20.04+ packages
|
||||||
```
|
```
|
||||||
build-essential curl git ninja-build llvm-dev libclang-dev clang lld zlib1g-dev libcurl-dev
|
build-essential curl git ninja-build llvm-dev libclang-dev clang lld zlib1g-dev libcurl4-openssl-dev
|
||||||
libglu1-mesa-dev libdbus-1-dev libvulkan-dev libxi-dev libxrandr-dev libasound2-dev libpulse-dev
|
libglu1-mesa-dev libdbus-1-dev libvulkan-dev libxi-dev libxrandr-dev libasound2-dev libpulse-dev
|
||||||
libudev-dev libpng-dev libncurses5-dev cmake libx11-xcb-dev python3 python-is-python3 qt5-default
|
libudev-dev libpng-dev libncurses5-dev cmake libx11-xcb-dev python3 python-is-python3 qt5-default
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue