Skip to content

Commit

Permalink
ci: still need l3build unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed May 27, 2023
1 parent 64a4d90 commit d84e0dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
.\install-tl-windows --no-gui --profile ..\.github\workflows\texlive-win.profile
tlmgr install ${{ env.TL_PACKAGES }}
tlmgr update --self --all --no-auto-install --repository=${{ env.CTAN_URL }}/systems/texlive/tlnet/
# - name: Check fduthesis
# run: |
# ${{ env.SET_PATH }}
# l3build check -q -H
- name: Check fduthesis
run: |
${{ env.SET_PATH }}
l3build unpack -q
- name: Test fduthesis
run: |
${{ env.SET_PATH }}
Expand Down

0 comments on commit d84e0dd

Please sign in to comment.