зеркало из https://github.com/microsoft/LightGBM.git
* [ci] fix GPG key download for R Linux jobs * force use of the new config file * empty commit
This commit is contained in:
Родитель
37c3d3fb80
Коммит
e0d63b5735
|
@ -36,7 +36,10 @@ fi
|
||||||
#
|
#
|
||||||
# `devscripts` is required for 'checkbashisms' (https://github.com/r-lib/actions/issues/111)
|
# `devscripts` is required for 'checkbashisms' (https://github.com/r-lib/actions/issues/111)
|
||||||
if [[ $OS_NAME == "linux" ]]; then
|
if [[ $OS_NAME == "linux" ]]; then
|
||||||
|
mkdir -p ~/.gnupg
|
||||||
|
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf
|
||||||
sudo apt-key adv \
|
sudo apt-key adv \
|
||||||
|
--homedir ~/.gnupg \
|
||||||
--keyserver keyserver.ubuntu.com \
|
--keyserver keyserver.ubuntu.com \
|
||||||
--recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 || exit -1
|
--recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 || exit -1
|
||||||
sudo add-apt-repository \
|
sudo add-apt-repository \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче