Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 29, 2024
1 parent fefb321 commit 8cac8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
env:
LDFLAGS: "-L/usr/lib/x86_64-linux-gnu"
CPPFLAGS: "-I/usr/include"
CFLAGS: "-I/usr/include"
LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LIBRARY_PATH"
C_INCLUDE_PATH: "/usr/include:$C_INCLUDE_PATH"
LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
Expand Down

0 comments on commit 8cac8c5

Please sign in to comment.