We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
l3build unpack
1 parent 64a4d90 commit d84e0ddCopy full SHA for d84e0dd
.github/workflows/main.yml
@@ -89,10 +89,10 @@ jobs:
89
.\install-tl-windows --no-gui --profile ..\.github\workflows\texlive-win.profile
90
tlmgr install ${{ env.TL_PACKAGES }}
91
tlmgr update --self --all --no-auto-install --repository=${{ env.CTAN_URL }}/systems/texlive/tlnet/
92
- # - name: Check fduthesis
93
- # run: |
94
- # ${{ env.SET_PATH }}
95
- # l3build check -q -H
+ - name: Check fduthesis
+ run: |
+ ${{ env.SET_PATH }}
+ l3build unpack -q
96
- name: Test fduthesis
97
run: |
98
${{ env.SET_PATH }}
0 commit comments