We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebefa8 commit 3b372f9Copy full SHA for 3b372f9
.github/workflows/build.yml
@@ -21,6 +21,10 @@ jobs:
21
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
22
steps:
23
- uses: actions/checkout@v3
24
+ - uses: awalsh128/cache-apt-pkgs-action@latest
25
+ with:
26
+ packages: pandoc
27
+ version: 1.0
28
- uses: shogo82148/actions-setup-mysql@v1
29
with:
30
distribution: 'mariadb'
0 commit comments