From ddc0b8a8016796e4ccb59d341359613a2d2a2f98 Mon Sep 17 00:00:00 2001 From: Alexey Orlenko Date: Tue, 13 Feb 2024 23:48:31 +0100 Subject: [PATCH] use updated makefile for both builds --- .github/workflows/wasm-size.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/wasm-size.yml b/.github/workflows/wasm-size.yml index 82d7a2d7e141..d28348f7ae88 100644 --- a/.github/workflows/wasm-size.yml +++ b/.github/workflows/wasm-size.yml @@ -48,11 +48,19 @@ jobs: sqlite_size: ${{ steps.measure.outputs.sqlite_size }} sqlite_size_gz: ${{ steps.measure.outputs.sqlite_size_gz }} steps: + # remove before merging + - name: 'tmp: Checkout PR branch' + uses: actions/checkout@v4 + - run: cp Makefile /tmp/prisma-engines-Makefile + - name: Checkout base branch uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.base.sha }} + # remove before merging + - run: mv /tmp/prisma-engines-Makefile Makefile + - uses: ./.github/workflows/include/rust-wasm-setup - name: Build and measure base branch