Skip to content

Commit

Permalink
Try without dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jan 4, 2024
1 parent a3eae4e commit d05719b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
# install current version of inkscape
sudo add-apt-repository -y ppa:inkscape.dev/stable
sudo apt-get update -q
# curl for download, dbus-x11 fixes a lot of warnings from inkscape that
# cluttered the log
sudo apt-get install 'inkscape=1:1.2.2' curl dbus-x11 -y
sudo apt-get install curl -y
inkscape --version
# install texlive
pip install https://github.com/MaxNoe/texlive-batch-installation/archive/main.tar.gz
install_texlive -t $TEXLIVE_VERSION --collection='-a' --package-file tex-packages.txt -p $HOME/.local/texlive -v
echo "$HOME/.local/texlive/$TEXLIVE_VERSION/bin/x86_64-linux" >> $GITHUB_PATH
rm -rf ~/.local/share/recently-used.xbel
- name: Build
run: |
dbus-run-session python create_logos.py -n 2
python create_logos.py -n 2
- name: Build Page
# only run on main
Expand Down

0 comments on commit d05719b

Please sign in to comment.