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
Этот коммит содержится в:
Ayke van Laethem 2021-09-30 18:43:15 +02:00 коммит произвёл Ron Evans
родитель 06c60b4ecf
коммит 29d3e10dc9

Просмотреть файл

@ -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 \