We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
off_t
1 parent b25871a commit 7858bb2Copy full SHA for 7858bb2
.github/workflows/test.yml
@@ -40,6 +40,9 @@ jobs:
40
41
- name: Build project
42
id: build
43
+ env:
44
+ CFLAGS: -D_LARGEFILE64_SOURCE -Wno-incompatible-pointer-types
45
+ CXXFLAGS: -D_LARGEFILE64_SOURCE -Wno-incompatible-pointer-types
46
run: |
47
echo "source_escaped=${REPO%%/*}_${REPO##*/}" >> $GITHUB_OUTPUT
48
echo ${{ steps.compiler.outputs.path }}
0 commit comments