Skip to content

Commit

Permalink
ci: need libyaml-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Feb 26, 2021
1 parent 33dd53f commit 2f0e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash

- name: Install crystal
run: sudo apt install -y crystal libevent-dev libpcre3-dev libreadline-dev libssl-dev
run: sudo apt install -y crystal libevent-dev libpcre3-dev libreadline-dev libssl-dev libyaml-dev

- name: Install dependencies
run: shards install
Expand Down

0 comments on commit 2f0e8ba

Please sign in to comment.