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 2dbf92d commit 4e02847
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
run: sudo apt-get update
- name: install required packages
run: sudo apt-get install cabal-install php php-curl minify yui-compressor
- name: install cabal
- name: update cabal
run: cabal update
- name: install pandoc
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
- name: checkout code
uses: actions/[email protected]
Expand All @@ -39,7 +41,9 @@ jobs:
run: sudo apt-get update
- name: install required packages
run: sudo apt-get install cabal-install minify php php-curl yui-compressor
- name: install cabal
- name: update cabal
run: cabal update
- name: install pandoc
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
- name: checkout code
uses: actions/[email protected]
Expand Down

0 comments on commit 4e02847

Please sign in to comment.