Skip to content

Commit 3b372f9

Browse files
authored
Attempt to install pandoc in Github workflow (#192)
1 parent bebefa8 commit 3b372f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2222
steps:
2323
- uses: actions/checkout@v3
24+
- uses: awalsh128/cache-apt-pkgs-action@latest
25+
with:
26+
packages: pandoc
27+
version: 1.0
2428
- uses: shogo82148/actions-setup-mysql@v1
2529
with:
2630
distribution: 'mariadb'

0 commit comments

Comments
 (0)