Skip to content

Commit c81b111

Browse files
committed
ci: Add missing libyaml-dev
1 parent 6042792 commit c81b111

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- "8.1"
2727

2828
steps:
29+
- name: Install dependencies
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get install -y libyaml-dev
2933
- name: Checkout repo
3034
uses: actions/checkout@v2
3135
- name: Setup PHP

0 commit comments

Comments
 (0)