mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 16:29:31 -05:00
Try install build deps from impish instead of jammy
This commit is contained in:
parent
c2456c106b
commit
f918be9e71
@ -100,11 +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
|
# libevent requires newer version of automake than is available in ubuntu focal, so install from impish instead
|
||||||
sudo bash -c 'echo deb http://archive.ubuntu.com/ubuntu/ jammy main restricted >> /etc/apt/sources.list'
|
sudo bash -c 'echo deb http://archive.ubuntu.com/ubuntu/ impish main restricted >> /etc/apt/sources.list'
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y -t jammy autoconf automake libtool
|
sudo apt-get install -y -t impish autoconf automake libtool
|
||||||
sudo apt-get install -y -t jammy gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 libz-mingw-w64-dev
|
sudo apt-get install -y -t impish 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