diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b9f5b5..c38e411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,8 @@ jobs: run: yarn - name: Install Podfiles run: cd example && yarn pod + - name: Set node binary + run: echo "export NODE_BINARY=$(which node)" > ./ios/.xcode.env - name: Build example app run: yarn ios --no-packager # windows: