Skip to content

Commit 587052e

Browse files
committed
Install libcmark-dev in update-snapshot workflow
1 parent 931a72a commit 587052e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
curl -sL -o $RUNNER_TEMP/perl5/bin/cpm https://raw.githubusercontent.com/skaji/cpm/main/cpm
3333
chmod +x $RUNNER_TEMP/perl5/bin/cpm
34+
- name: libcmark-dev
35+
run: apt-get install -y -f --no-install-recommends libcmark-dev
3436
- name: Install cpanm, Carton, and Carton::Snapshot
3537
run: >
3638
cpm install

0 commit comments

Comments
 (0)