From cbb4f4b493269751e0fc99c7689bac32ced6f34f Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Thu, 28 Aug 2025 13:45:45 +0200 Subject: [PATCH] fix: build workflow unable to run --- .github/workflows/safe-apps-e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/safe-apps-e2e.yml b/.github/workflows/safe-apps-e2e.yml index 82532b32..e543f48b 100644 --- a/.github/workflows/safe-apps-e2e.yml +++ b/.github/workflows/safe-apps-e2e.yml @@ -16,6 +16,9 @@ jobs: with: access_token: ${{ github.token }} + - name: Enable Corepack + run: corepack enable + - name: Checkout web-core uses: actions/checkout@v3 with: