Skip to content

Commit

Permalink
Install libyaml-dev before issuing hex publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Nov 29, 2021
1 parent f4e92de commit edf7381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Check out
uses: actions/checkout@v2

- name: Prepare libraries
run: |
sudo apt-get -qq update
sudo apt-get -qq install libyaml-dev
- name: Setup rebar3 hex
run: |
mkdir -p ~/.config/rebar3/
Expand Down

0 comments on commit edf7381

Please sign in to comment.