Skip to content

Commit

Permalink
fix(ci): install dependencies required to publish (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrudn authored Aug 21, 2024
1 parent ff0841d commit 62b9b41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
HEX_API_KEY: ${{secrets.HEX_API_KEY}}
steps:
- uses: actions/checkout@v4
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
- uses: erlef/setup-beam@v1
with:
otp-version: "27.0"
Expand Down

0 comments on commit 62b9b41

Please sign in to comment.