Skip to content

Commit

Permalink
fixup! github: test build on alpine:latest for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
thom311 committed Aug 3, 2023
1 parent b9804b9 commit e212571
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
linux-headers \
make \
musl-dev \
sudo \
pkgconfig
- name: Check out repository code
Expand Down Expand Up @@ -206,7 +207,7 @@ jobs:
set -x
export NLTST_SEED_RAND=
for i in `seq 1 5`; do
tests/check-all
tests/check-direct
make -j check
sudo tests/check-all
# make -j check
done

0 comments on commit e212571

Please sign in to comment.