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 3212001 commit c446747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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

0 comments on commit c446747

Please sign in to comment.