Skip to content

Commit

Permalink
fixup: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed May 13, 2024
1 parent 70c8b35 commit 0ebd8d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
apk update
apk --no-cache upgrade
apk --no-cache add gcc git libc-dev libc-utils libgcc linux-headers make bash \
musl-dev musl-utils ncurses-dev pcre2 pkgconf scanelf wget zlib
musl-dev musl-utils ncurses-dev pcre2 pkgconf scanelf wget \
zlib zstd
- uses: actions/checkout@v4
- name: Build
run: rebar3 compile
Expand Down

0 comments on commit 0ebd8d5

Please sign in to comment.