mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
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:
committed by
Ron Evans
parent
06c60b4ecf
commit
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 \
|
||||
|
||||
Reference in New Issue
Block a user