Skip to content

Commit

Permalink
chore: fix 64bit off_t for test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hintay committed Nov 16, 2024
1 parent b25871a commit 7858bb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Build project
id: build
env:
CFLAGS: -D_LARGEFILE64_SOURCE -Wno-incompatible-pointer-types
CXXFLAGS: -D_LARGEFILE64_SOURCE -Wno-incompatible-pointer-types
run: |
echo "source_escaped=${REPO%%/*}_${REPO##*/}" >> $GITHUB_OUTPUT
echo ${{ steps.compiler.outputs.path }}
Expand Down

0 comments on commit 7858bb2

Please sign in to comment.