summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-04 21:26:11 -0700
committerMicah Lee <micah@micahflee.com>2022-06-04 21:26:11 -0700
commit5f4e595f444e692644487bcf530bd9d90d4db01d (patch)
treec73e41f713cecce690c5589125792e1c952ca5da
parentbc889a98ed352922da35de1119e559b571034109 (diff)
downloadonionshare-5f4e595f444e692644487bcf530bd9d90d4db01d.tar.gz
onionshare-5f4e595f444e692644487bcf530bd9d90d4db01d.zip
Install build tools from ubuntu jammy
-rw-r--r--.circleci/config.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5468f64a..ba5dc345 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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