Skip to content

Commit

Permalink
[ci] fix GPG key download for R Linux jobs (fixes #6038) (#6039)
Browse files Browse the repository at this point in the history
* [ci] fix GPG key download for R Linux jobs

* force use of the new config file

* empty commit
  • Loading branch information
jameslamb authored Aug 15, 2023
1 parent 37c3d3f commit e0d63b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ fi
#
# `devscripts` is required for 'checkbashisms' (https://github.com/r-lib/actions/issues/111)
if [[ $OS_NAME == "linux" ]]; then
mkdir -p ~/.gnupg
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf
sudo apt-key adv \
--homedir ~/.gnupg \
--keyserver keyserver.ubuntu.com \
--recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 || exit -1
sudo add-apt-repository \
Expand Down

0 comments on commit e0d63b5

Please sign in to comment.