Skip to content

Commit 2dbf92d

Browse files
committed
cabal install
1 parent 58e7f22 commit 2dbf92d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: update package database
1313
run: sudo apt-get update
1414
- 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
1616
- name: install cabal
1717
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
1818
- name: checkout code
@@ -38,7 +38,7 @@ jobs:
3838
- name: update package database
3939
run: sudo apt-get update
4040
- 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
4242
- name: install cabal
4343
run: cabal install pandoc-3.1.1 pandoc-cli --installdir=/tmp/bin
4444
- name: checkout code

0 commit comments

Comments
 (0)