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: