We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7a435 commit cc8e760Copy full SHA for cc8e760
1 file changed
.github/workflows/test-libmaxminddb.yml
@@ -56,7 +56,7 @@ jobs:
56
echo "LDFLAGS=-L/opt/homebrew/lib" >> "$GITHUB_ENV"
57
58
- name: Build with Werror and Wall
59
- run: uv build
+ run: uv build --python ${{ matrix.env }}
60
env:
61
CFLAGS: "${{ env.CFLAGS }} -Werror -Wall -Wextra"
62
0 commit comments