Skip to content

Commit

Permalink
feat: add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking committed Aug 10, 2024
1 parent 2adbf0a commit 44479e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
with:
version: latest
- name: Install softwatre dependencies
run: sudo apt-get install -y highlight imagemagick make ipe
run: sudo apt-get install -y highlight imagemagick ipe bzip2 inkscape
- name: Setting up online LaTeX compilation
run: mkdir -p ~/.ipe/latexrun; echo "https://latexonline.cc" > ~/.ipe/latexrun/url1.txt
- name: Install soupault
env:
SOUPAULT_VERSION: 4.10.0
run: |
echo Downloading and unpacking soupault
wget https://github.com/PataphysicalSociety/soupault/releases/download/$SOUPAULT_VERSION/soupault-$SOUPAULT_VERSION-linux-x86_64.tar.gz
tar xvf soupault-$SOUPAULT_VERSION-linux-x86_64.tar.gz
sudo mv -v ./soupault-$SOUPAULT_VERSION-linux-x86_64/soupault /usr/bin/
Expand Down

0 comments on commit 44479e5

Please sign in to comment.