Skip to content

Commit

Permalink
ci/abi: fix abidiff paths (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Jan 23, 2023
1 parent 2d75dfc commit 586ff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: abidiff compare
id: abidiff
run: abidiff old/libre.so current/libre.so
run: abidiff old/build/libre.so current/build/libre.so
continue-on-error: true

- name: display warning
Expand Down

0 comments on commit 586ff90

Please sign in to comment.