Skip to content

Commit

Permalink
Update ci_cron_weekly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarmo committed Aug 2, 2023
1 parent 5897277 commit 2d8a079
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,10 @@ jobs:
echo "deb http://ppa.launchpadcontent.net/astropy/test-support/ubuntu lunar main" > /etc/apt/sources.list.d/test-support.list
apt-get update -q -y
apt-get install -q -y gnupg2
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv CC75F07B3EF41EFC
gpg --export --armor CC75F07B3EF41EFC | sudo apt-key add -
apt-key list
#sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv F987672F
#gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv CC75F07B3EF41EFC
#gpg --export --armor CC75F07B3EF41EFC | sudo apt-key add -
apt-get install -q -y git \
g++ \
pkg-config \
Expand Down

0 comments on commit 2d8a079

Please sign in to comment.