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