File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : make bin directory
19
19
run : mkdir -p /tmp/bin
20
20
- name : install pandoc
21
- run : stack install pandoc --resolver lts-8.10 --local-bin-path=/tmp/bin
21
+ run : stack install pandoc==3.1.12.3 --resolver lts-17.8 --local-bin-path=/tmp/bin
22
22
- name : checkout code
23
23
uses : actions/checkout@v2.3.1
24
24
- name : build the site
@@ -42,11 +42,13 @@ jobs:
42
42
- name : update package database
43
43
run : sudo apt-get update
44
44
- name : install required packages
45
- run : sudo apt-get install ghc=8.8.4-3 cabal-install minify php php-curl yui-compressor
46
- - name : update cabal
47
- run : cabal update
45
+ run : sudo apt-get install haskell-stack php php-curl minify yui-compressor
46
+ - name : stack update
47
+ run : stack update
48
+ - name : make bin directory
49
+ run : mkdir -p /tmp/bin
48
50
- name : install pandoc
49
- run : cabal install pandoc pandoc-cli --installdir =/tmp/bin
51
+ run : stack install pandoc==3.1.12.3 --resolver lts-17.8 --local-bin-path =/tmp/bin
50
52
- name : checkout code
51
53
uses : actions/checkout@v2.3.1
52
54
- name : build the site
You can’t perform that action at this time.
0 commit comments