Skip to content

Commit

Permalink
Work around expired Let's Encrypt root certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf committed Oct 4, 2021
1 parent c97d4c4 commit 1d58022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/Tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- run: |
export HOME="/home/gap"
cd /home/gap/.gap/pkg/
sudo apt update
# work around https://github.com/gap-system/gap-docker-base/issues/30
sudo apt -o Acquire::https::Verify-Peer="false" update
sudo apt dist-upgrade -y
sudo apt install -y texlive-latex-extra{% for apt_package in (ci_ubuntu_additional_apt_packages | default([ ])) %} {{ apt_package }}{% endfor %}
cp ./{{ package.name }}/ci_gaprc /home/gap/.gap/gaprc
Expand Down

0 comments on commit 1d58022

Please sign in to comment.