Skip to content

Commit

Permalink
fix abidiff action baseline ref
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Nov 28, 2021
1 parent 00226d0 commit b6487f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot-pr-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2
with:
path: old
ref: develop
ref: ${{ github.event.pull_request.base.ref }}
- name: Install abidiff
run: sudo apt-get install abigail-tools
- name: Build both libraries
Expand Down

0 comments on commit b6487f5

Please sign in to comment.