Skip to content

Commit

Permalink
Attempt to install pandoc in Github workflow (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed May 11, 2023
1 parent bebefa8 commit 3b372f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v3
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: pandoc
version: 1.0
- uses: shogo82148/actions-setup-mysql@v1
with:
distribution: 'mariadb'
Expand Down

0 comments on commit 3b372f9

Please sign in to comment.