added missing package for testing
parent
8dee36fcdd
commit
4902c59ee3
|
@ -5,3 +5,6 @@ latex-bin
|
||||||
pgf
|
pgf
|
||||||
xkeyval
|
xkeyval
|
||||||
etoolbox
|
etoolbox
|
||||||
|
|
||||||
|
# for test compilation
|
||||||
|
standalone
|
||||||
|
|
|
@ -34,8 +34,8 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# packages-path: .github/texlive/packages.test.txt
|
# packages-path: .github/texlive/packages.test.txt
|
||||||
|
|
||||||
# - name: "install tikz-trackschematic"
|
- name: "install tikz-trackschematic"
|
||||||
# run: chmod +x dev-install.sh && ./dev-install.sh -b
|
run: chmod +x dev-install.sh && ./dev-install.sh -b
|
||||||
|
|
||||||
- name: Setup upterm session
|
- name: Setup upterm session
|
||||||
uses: lhotari/action-upterm@v1
|
uses: lhotari/action-upterm@v1
|
||||||
|
|
Loading…
Reference in New Issue