Skip to content

Commit 94cbad2

Browse files
committed
Hopefully final fix
1 parent a0aadff commit 94cbad2

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,7 @@ jobs:
363363
name: ${{ matrix.rn-version }}-${{ matrix.rn-architecture }}-${{ matrix.engine }}-${{ matrix.platform }}-${{ matrix.build-type }}-${{ matrix.ios-use-frameworks }}-app-package
364364
path: dev-packages/e2e-tests
365365

366-
- name: Enable Corepack (iOS GH Runners)
367-
if: ${{ matrix.platform == 'ios' }}
368-
run: npm i -g corepack
369-
370-
- name: Enable Corepack (Android Cirrus Labs runners)
371-
if: ${{ matrix.platform == 'android' }}
366+
- name: Enable Corepack
372367
run: corepack enable
373368

374369
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6

0 commit comments

Comments
 (0)