Skip to content

Commit 7858bb2

Browse files
committed
chore: fix 64bit off_t for test workflows
1 parent b25871a commit 7858bb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
4141
- name: Build project
4242
id: build
43+
env:
44+
CFLAGS: -D_LARGEFILE64_SOURCE -Wno-incompatible-pointer-types
45+
CXXFLAGS: -D_LARGEFILE64_SOURCE -Wno-incompatible-pointer-types
4346
run: |
4447
echo "source_escaped=${REPO%%/*}_${REPO##*/}" >> $GITHUB_OUTPUT
4548
echo ${{ steps.compiler.outputs.path }}

0 commit comments

Comments
 (0)