Skip to content

Commit d0a90ba

Browse files
committed
fix key
1 parent 65a90b5 commit d0a90ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CI/circle_parallel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ else
4848
sudo apt-get update
4949
sudo apt-get install -y apt-transport-https software-properties-common
5050
# Add CRAN repository for R 4.x
51-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
51+
#sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
5252
sudo add-apt-repository 'deb https://cloud.r-project.org jammy-cran40/'
5353
sudo apt-get update
5454
sudo apt-get install -y r-base

0 commit comments

Comments
 (0)