mirror of
https://github.com/actions/runner-images.git
synced 2026-01-09 20:23:52 +08:00
[Ubuntu] Add archive.ubuntu.com to sources.list (#7616)
This commit is contained in:
@@ -90,6 +90,14 @@
|
||||
],
|
||||
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"script": "{{template_dir}}/scripts/base/apt-ubuntu-archive.sh",
|
||||
"environment_vars": [
|
||||
"DEBIAN_FRONTEND=noninteractive"
|
||||
],
|
||||
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"script": "{{template_dir}}/scripts/base/limits.sh",
|
||||
|
||||
Reference in New Issue
Block a user