Skip to content

Commit

Permalink
Force install libssl 1.0.0 install
Browse files Browse the repository at this point in the history
  • Loading branch information
roy peter authored and roy peter committed Feb 28, 2024
1 parent 8359c07 commit 271564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/semaphore_setup
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo add-apt-repository ppa:linuxuprising/libpng12 -y
sudo apt update
sudo apt install libpng12-0 -y
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb
sudo dpkg -i --force-all libssl1.0.0_1.0.1f-1ubuntu2_amd64.deb

gem install semaphore_test_boosters
# cache restore
Expand Down

0 comments on commit 271564c

Please sign in to comment.