ci: fix wasmtime.dev expiry issue by upgrading some packages

Hopefully this will fix the CI breakage after curl and wget refuse to
download anything from wasmtime.dev (which is signed by Let's Encrypt).

- wget needs and updated libgnutls30
- curl needs and updated libssl1.0.2
This commit is contained in:
Ayke van Laethem
2021-09-30 18:43:15 +02:00
committed by Ron Evans
parent 06c60b4ecf
commit 29d3e10dc9
+2
View File
@@ -137,6 +137,7 @@ commands:
command: |
sudo apt-get update
sudo apt-get install \
libgnutls30 libssl1.0.2 \
gcc-arm-linux-gnueabihf \
libc6-dev-armel-cross \
gcc-aarch64-linux-gnu \
@@ -205,6 +206,7 @@ commands:
command: |
sudo apt-get update
sudo apt-get install \
libgnutls30 libssl1.0.2 \
gcc-arm-linux-gnueabihf \
libc6-dev-armel-cross \
gcc-aarch64-linux-gnu \