Skip to content

Commit

Permalink
ci: add more libs to link for gcc (alpine)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 14, 2024
1 parent c68fdbe commit 0b2868d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,16 @@ jobs:
name: Build and test Alpine executable
steps:
- uses: actions/checkout@v4
- name: Install dependencies and tools
- name: Install tools and dependencies
run: |
apk add --update --no-cache \
bash \
libcurl \
libdw \
zlib \
libgcc \
libstdc++ \
\
binutils-dev \
build-base \
cmake \
Expand Down

0 comments on commit 0b2868d

Please sign in to comment.