mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
Fix ubuntu
This commit is contained in:
@@ -26,6 +26,7 @@ function InstallGcc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Install GNU C++ compiler
|
# Install GNU C++ compiler
|
||||||
|
add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
|
|
||||||
versions=(
|
versions=(
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ function InstallFortran {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Install GNU Fortran compiler
|
# Install GNU Fortran compiler
|
||||||
|
add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
|
|
||||||
versions=(
|
versions=(
|
||||||
|
|||||||
Reference in New Issue
Block a user