Skip to content

Commit eeeadc5

Browse files
committed
Use correct Python version for libmaxminddb build
1 parent 2cc4545 commit eeeadc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-libmaxminddb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "LDFLAGS=-L/opt/homebrew/lib" >> "$GITHUB_ENV"
5757
5858
- name: Build with Werror and Wall
59-
run: uv build
59+
run: uv build --python ${{ matrix.env }}
6060
env:
6161
CFLAGS: "${{ env.CFLAGS }} -Werror -Wall -Wextra"
6262

0 commit comments

Comments
 (0)