diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f49d97..2e71538 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 # windows: