Skip to content

Commit

Permalink
workaround GitHub Actions on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Sep 29, 2024
1 parent b797758 commit 09bf253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/release/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ EOF
}
if [ $NATIVE ]; then unset -f timeout; fi

wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb

while !(git clone --branch v1.6.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs); do
rm -rf ~/.nvs
done
Expand Down

0 comments on commit 09bf253

Please sign in to comment.