Skip to content

Commit

Permalink
with ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed May 22, 2024
1 parent a8a5d1b commit b4c5f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- name: update cabal
run: cabal update
- name: install pandoc
run: cabal install --with-ghc=/usr/bin/ghc pandoc pandoc-cli --minimize-conflict-set --installdir=/tmp/bin
run: cabal install --with-ghc=/usr/bin/ghc pandoc-cli --minimize-conflict-set --installdir=/tmp/bin
- name: checkout code
uses: actions/checkout@v2.3.1
- name: build the site

0 comments on commit b4c5f3b

Please sign in to comment.