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
|
||||
add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
apt-get update -y
|
||||
|
||||
versions=(
|
||||
|
||||
@@ -26,6 +26,7 @@ function InstallFortran {
|
||||
}
|
||||
|
||||
# Install GNU Fortran compiler
|
||||
add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
apt-get update -y
|
||||
|
||||
versions=(
|
||||
|
||||
Reference in New Issue
Block a user