diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/abicheck.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/.github/workflows/abicheck.yml b/.github/workflows/abicheck.yml index c75d912..526fb42 100644 --- a/.github/workflows/abicheck.yml +++ b/.github/workflows/abicheck.yml @@ -57,7 +57,8 @@ jobs:            meson compile -C build        - name: Run abidiff -        run: abidiff  +        run: abidiff +          --no-added-syms            --headers-dir1 previous/include/             --headers-dir2 current/include/             previous/build/lib/libfuse3.so  | 
