Skip to content

Commit

Permalink
ci: try use legacy docker
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Dec 10, 2021
1 parent 05a8a94 commit 85e6de8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/ci/build_package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

export diffexe="diff -U 3"
apk add zip diffutils

cd src
l3build ctan
# This will trigger checkinit_hook() to move the files to the root directory.
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,10 @@ jobs:
steps:
- uses: actions/checkout@v2
name: checkout code
- uses: xu-cheng/texlive-action/full@v1
- name: build package with l3build
with:
run: |
export diffexe="diff -U 3"
apk add zip diffutils
.github/ci/build_package.sh
name: build package with l3build
docker run ghcr.io/xu-cheng/texlive-full:20211101 -eo pipefail -c /bin/bash .github/ci/build_package.sh
- name: check if generated files are of latest version
run: |
git diff --exit-code
Expand Down
4 changes: 3 additions & 1 deletion contrib/sjtug/sjtubeamerthemesjtug.ltx
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@
% 设置标题页
\defbeamertemplatealias{title page}{my}{sjtug}
% 设置结束页
\defbeamertemplatealias{bottom page}{my}{min}
\defbeamertemplatealias{bottom page}{my}{min}

\PackageWarning{sjtug}{\CurrentFile}

0 comments on commit 85e6de8

Please sign in to comment.