From f064e45c7d37fe4ec4f12194613daee794d26ff8 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Tue, 28 Apr 2020 14:04:02 +0300 Subject: [PATCH] add toolcache --- images/linux/toolcache-2004.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 images/linux/toolcache-2004.json diff --git a/images/linux/toolcache-2004.json b/images/linux/toolcache-2004.json new file mode 100644 index 000000000..26ad4d98e --- /dev/null +++ b/images/linux/toolcache-2004.json @@ -0,0 +1,14 @@ +{ + "@actions/toolcache-python-ubuntu-1804-x64": [ + "2.7", "3.5", "3.6", "3.7", "3.8" + ], + "@actions/toolcache-ruby-ubuntu-1804-x64": [ + "2.4", "2.5", "2.6", "2.7" + ], + "@actions/toolcache-pypy-ubuntu-1804-x64": [ + "2", "3" + ], + "@actions/toolcache-boost-ubuntu-1804-x64": [ + "1.69", "1.72" + ] +} \ No newline at end of file