mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 17:05:16 -04:00
Add universe repo too, to install everything from jammy
This commit is contained in:
parent
5f4e595f44
commit
19d2f8d3b9
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ 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 bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe" >> /etc/apt/sources.list'
|
||||
sudo apt-get update
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue