From 95dbaa7ec864c6e75101e405756e35209c4c6856 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 15 Oct 2021 14:27:57 +0300 Subject: add Ubuntu 21.10 --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ef8f3c..44a8e88 100644 --- a/action.yml +++ b/action.yml @@ -122,7 +122,8 @@ runs: 'Ubuntu-19.10' { "deb http://apt.llvm.org/eoan/ llvm-toolchain-eoan-$Version main" } 'Ubuntu-20.04' { "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-$Version main" } 'Ubuntu-20.10' { "deb http://apt.llvm.org/groovy/ llvm-toolchain-groovy-$Version main" } - 'Ubuntu-21.04' { "deb http://apt.llvm.org/hirsute/ llvm-toolchain-hirsute-$Version main" } + 'Ubuntu-21.04' { "deb http://apt.llvm.org/groovy/ llvm-toolchain-groovy-$Version main" } + 'Ubuntu-21.10' { "deb http://apt.llvm.org/hirsute/ llvm-toolchain-hirsute-$Version main" } default { throw "Unsupported distribution: $distro" } } -- cgit v1.2.3