Skip to content

Commit

Permalink
ci/cd: add texlive setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kimminss0 committed Nov 23, 2024
1 parent 0b4a9e5 commit bffa638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
cabal-version: 'latest'
cabal-update: true

- name: Install other dependencies
run: |
apt install texlive
- name: Configure the build
run: |
cabal configure --enable-tests --enable-benchmarks --disable-documentation
Expand Down

0 comments on commit bffa638

Please sign in to comment.