mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-16 13:22:28 -04:00
Install dev dependencies from ubuntu jammy
This commit is contained in:
parent
dcda572465
commit
96d2ec7f20
1 changed files with 4 additions and 3 deletions
|
@ -30,7 +30,6 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/python:3.9
|
- image: cimg/python:3.9
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
|
@ -101,9 +100,11 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install build dependencies
|
name: Install build dependencies
|
||||||
command: |
|
command: |
|
||||||
|
# libevent requires newer version of automake than is available in ubuntu focal, so install from jammy instead
|
||||||
|
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 -y -t jammy 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 -y -t jammy gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 libz-mingw-w64-dev
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Create folders
|
name: Create folders
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue