Skip to content

Commit 5bb85ae

Browse files
committed
GitHub Actions: Pull source code from current repo when dumping the ABI
This makes it possible for this step to work during pull requests.
1 parent d24c8dd commit 5bb85ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/commit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ jobs:
4848
# FIXME: Referencing the env context does not work here
4949
# ref: llvmorg-${{ env.release_major }}.0.0
5050
ref: llvmorg-9.0.0
51+
repo: llvm/llvm-project
5152
- name: build-latest
5253
ref: ${{ github.sha }}
54+
repo: ${{ github.repository }}
5355
steps:
5456
- name: Install Ninja
5557
uses: llvm/actions/install-ninja@master
@@ -59,6 +61,7 @@ jobs:
5961
uses: llvm/actions/get-llvm-project-src@master
6062
with:
6163
ref: ${{ matrix.ref }}
64+
repo: ${{ matrix.repo }}
6265
- name: Configure
6366
run: |
6467
mkdir build

0 commit comments

Comments
 (0)