Skip to content

Commit

Permalink
Fixup ci to not print warnings about installed packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Oct 18, 2024
1 parent 08c98d3 commit 6ea810e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
packages: autoconf automake libtool make libevent-dev libssl-dev flex bison
- os: macos-15
cflags: -g2 -O0 -fsanitize=address,undefined -fno-sanitize-recover=all
packages: autoconf automake libtool openssl libevent flex bison
packages: autoconf automake libtool flex bison
# The libevent and openssl packages are already installed.
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6ea810e

Please sign in to comment.