Skip to content

Commit

Permalink
cabal install
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed Mar 31, 2024
1 parent 58e7f22 commit 2dbf92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: update package database
run: sudo apt-get update
- name: install required packages
run: sudo apt-get install cabal php php-curl minify yui-compressor
run: sudo apt-get install cabal-install php php-curl minify yui-compressor
- name: install cabal
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
- name: checkout code
Expand All @@ -38,7 +38,7 @@ jobs:
- name: update package database
run: sudo apt-get update
- name: install required packages
run: sudo apt-get install minify php php-curl yui-compressor
run: sudo apt-get install cabal-install minify php php-curl yui-compressor
- name: install cabal
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
- name: checkout code
Expand Down

0 comments on commit 2dbf92d

Please sign in to comment.