Skip to content

Commit

Permalink
find on dpkg install
Browse files Browse the repository at this point in the history
  • Loading branch information
mroley1 committed May 10, 2024
1 parent 8fa95d8 commit 9b93650
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,7 @@ jobs:
mkdir -p /tmp/tl-equivs && cd /tmp/tl-equivs
equivs-control texlive-local
equivs-build texlive-local
mkdir temp
echo "starting"
dpkg-deb -R texlive-local_2021-1_all.deb ./temp
ls ./temp
echo "Debian"
ls ./temp/DEBIAN
echo "control"
ls ./temp/DEBIAN.control
echo "file"
cat ./temp/DEBIAN/control
dpkg-deb -b ./temp peertube_fixed.deb
sudo dpkg -i texlive-local_2021-1_all.deb
sudo dpkg -i -- "$(find . -maxdepth 1 -name "texlive-local*.deb" -type f -printf '%P' -quit)"
sudo apt install -f
- name: complie resume
Expand Down

0 comments on commit 9b93650

Please sign in to comment.