Skip to content

Commit 3ad43df

Browse files
Merge pull request #544 from Kobzol/ci-size-workflow-fix
CI: fix fetch of PR fork commits in binary size check workflow
2 parents 7da5d18 + 06f3ff4 commit 3ad43df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-binary-size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
printf "[llvm]\ndownload-ci-llvm = true\n\n[rust]\nincremental = false\n" > config.toml
3535
cd library/backtrace
36-
git remote add kobzol https://github.com/kobzol/backtrace-rs
36+
git remote add head-pr https://github.com/${{ github.event.pull_request.head.repo.full_name }}
3737
git fetch --all
3838
git checkout ${{ github.event.pull_request.base.sha }}
3939
cd ../..

0 commit comments

Comments
 (0)