Skip to content

Commit a5cd527

Browse files
committed
Apply PackageJanitor
1 parent 49a917e commit a5cd527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
container:
2020
image: ${{ matrix.image }}
2121
steps:
22+
# keep workflow active even if repository has no activity for 60 days
23+
- run: 'curl --fail -X PUT -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/$GITHUB_REPOSITORY/actions/workflows/Tests.yml/enable'
2224
- uses: actions/checkout@v1
2325
- run: mkdir -p /home/gap/.gap/pkg/
2426
- run: sudo cp -a $GITHUB_WORKSPACE /home/gap/.gap/pkg/
@@ -27,6 +29,7 @@ jobs:
2729
export HOME="/home/gap"
2830
cd /home/gap/.gap/pkg/
2931
sudo apt update
32+
sudo apt dist-upgrade -y
3033
sudo apt install -y texlive-latex-extra texlive-fonts-extra
3134
git clone --depth 1 https://github.com/gap-packages/AutoDoc.git
3235
git clone --depth 1 https://github.com/homalg-project/homalg_project.git

0 commit comments

Comments
 (0)