mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 07:49:48 -05:00
Install build tools from ubuntu jammy
This commit is contained in:
parent
bc889a98ed
commit
5f4e595f44
@ -100,9 +100,10 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install build dependencies
|
name: Install build dependencies
|
||||||
command: |
|
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 update
|
||||||
sudo apt-get install -y autoconf automake libtool
|
sudo apt-get install -t jammy -y build-essential 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 gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 libz-mingw-w64-dev
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Create folders
|
name: Create folders
|
||||||
|
Loading…
Reference in New Issue
Block a user