Skip to content

Commit c53292c

Browse files
authored
Merge pull request #718 from homalg-project/PackageJanitor-1633339937
Apply PackageJanitor
2 parents 68bade6 + c95084b commit c53292c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/Tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
- run: |
3030
export HOME="/home/gap"
3131
cd /home/gap/.gap/pkg/
32-
sudo apt update
33-
sudo apt dist-upgrade -y
34-
sudo apt install -y texlive-latex-extra texlive-science
32+
# work around https://github.com/gap-system/gap-docker-base/issues/30
33+
sudo apt -o Acquire::https::Verify-Peer="false" update
34+
sudo apt -o Acquire::https::Verify-Peer="false" dist-upgrade -y
35+
sudo apt -o Acquire::https::Verify-Peer="false" install -y texlive-latex-extra texlive-science
3536
cp ./CAP_project/ci_gaprc /home/gap/.gap/gaprc
3637
git clone --depth 1 https://github.com/gap-packages/AutoDoc.git
3738
git clone --depth 1 https://github.com/homalg-project/homalg_project.git

0 commit comments

Comments
 (0)