Add gcc variant
This commit is contained in:
parent
69bff16d11
commit
a6e3e41583
9
.github/workflows/scripts/install_deps_linux_amd64_gcc_ssl1.sh
vendored
Executable file
9
.github/workflows/scripts/install_deps_linux_amd64_gcc_ssl1.sh
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash -ex
|
||||
# Ubuntu 20.04
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt-get --assume-yes update
|
||||
|
||||
# Install dependencies
|
||||
apt-get --assume-yes install build-essential
|
9
.github/workflows/scripts/install_deps_linux_amd64_gcc_ssl3.sh
vendored
Executable file
9
.github/workflows/scripts/install_deps_linux_amd64_gcc_ssl3.sh
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash -ex
|
||||
# Ubuntu 22.04
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt-get --assume-yes update
|
||||
|
||||
# Install dependencies
|
||||
apt-get --assume-yes install build-essential
|
Loading…
x
Reference in New Issue
Block a user