Skip to content

Commit 96cab12

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
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
45+
CXXFLAGS: -D_LARGEFILE64_SOURCE
4346
run: |
4447
echo "source_escaped=${REPO%%/*}_${REPO##*/}" >> $GITHUB_OUTPUT
4548
echo ${{ steps.compiler.outputs.path }}

0 commit comments

Comments
 (0)