Skip to content

Commit ebf719e

Browse files
committed
Replace CI shell command with cached apt
1 parent 0083416 commit ebf719e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/asciidoc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
with:
2424
bb: latest
2525
- name: Install AsciiDoctor
26-
run: sudo apt install -y asciidoctor
27-
- name: Run ASCIIDoc
26+
uses: awalsh128/cache-apt-pkgs-action@latest
27+
with:
28+
packages: asciidoctor
29+
version: 1.0
30+
- name: Build AsciiDoc
2831
id: adocbuild
2932
run: bb build
3033
- name: Print execution time

0 commit comments

Comments
 (0)