Commit 5bb85aee authored by Tom Stellard's avatar Tom Stellard
Browse files

GitHub Actions: Pull source code from current repo when dumping the ABI

This makes it possible for this step to work during pull requests.
parent d24c8dde
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,8 +48,10 @@ jobs:
            # FIXME: Referencing the env context does not work here
            # ref: llvmorg-${{ env.release_major }}.0.0
            ref: llvmorg-9.0.0
            repo: llvm/llvm-project
          - name: build-latest
            ref: ${{ github.sha }}
            repo: ${{ github.repository }}
    steps:
    - name: Install Ninja
      uses: llvm/actions/install-ninja@master
@@ -59,6 +61,7 @@ jobs:
      uses: llvm/actions/get-llvm-project-src@master
      with:
        ref: ${{ matrix.ref }}
        repo: ${{ matrix.repo }}
    - name: Configure
      run: |
        mkdir build