Install build tools from ubuntu jammy

This commit is contained in:
Micah Lee 2022-06-04 21:26:11 -07:00
parent d81fd45ab7
commit 1b5d9afa5d

View File

@ -100,9 +100,10 @@ jobs:
- run:
name: Install build dependencies
command: |
sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ jammy main restricted" >> /etc/apt/sources.list'
sudo apt-get update
sudo apt-get install -y autoconf automake libtool
sudo apt-get install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 libz-mingw-w64-dev
sudo apt-get install -t jammy -y build-essential autoconf automake libtool
sudo apt-get install -t jammy -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 libz-mingw-w64-dev
- run:
name: Create folders