Skip to content

Commit

Permalink
Merge pull request #544 from Kobzol/ci-size-workflow-fix
Browse files Browse the repository at this point in the history
CI: fix fetch of PR fork commits in binary size check workflow
  • Loading branch information
workingjubilee committed Jul 6, 2023
2 parents 7da5d18 + 06f3ff4 commit 3ad43df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-binary-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
printf "[llvm]\ndownload-ci-llvm = true\n\n[rust]\nincremental = false\n" > config.toml
cd library/backtrace
git remote add kobzol https://github.com/kobzol/backtrace-rs
git remote add head-pr https://github.com/${{ github.event.pull_request.head.repo.full_name }}
git fetch --all
git checkout ${{ github.event.pull_request.base.sha }}
cd ../..
Expand Down

0 comments on commit 3ad43df

Please sign in to comment.