From e29d01b979c60b2f4510057a2ca80c8b8b226d14 Mon Sep 17 00:00:00 2001 From: Aiden Date: Thu, 14 Mar 2024 21:54:43 -0400 Subject: [PATCH] EXPERIMENTAL: Fix PR build action --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3b84e01..48fd4a21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: "refs/pull/${{ github.event.number }}/merge" - name: Install ninja run: sudo apt install ninja-build - name: Install Python