File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
- name : update package database
13
13
run : sudo apt-get update
14
14
- name : install required packages
15
- run : sudo apt-get install cabal php php-curl minify yui-compressor
15
+ run : sudo apt-get install cabal-install php php-curl minify yui-compressor
16
16
- name : install cabal
17
17
run : cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
18
18
- name : checkout code
38
38
- name : update package database
39
39
run : sudo apt-get update
40
40
- name : install required packages
41
- run : sudo apt-get install minify php php-curl yui-compressor
41
+ run : sudo apt-get install cabal-install minify php php-curl yui-compressor
42
42
- name : install cabal
43
43
run : cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
44
44
- name : checkout code
You can’t perform that action at this time.
0 commit comments