From 890ecc8efa6eddef6c6a2ac7abf0d12c3d80491c Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Tue, 9 Apr 2024 20:53:29 +0900 Subject: [PATCH] fix: ios ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e71538..34f1e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: - name: Set node binary run: echo "export NODE_BINARY=$(which node)" > ./ios/.xcode.env - name: Build example app - run: yarn ios + run: cd example && yarn ios # windows: # runs-on: windows-latest # strategy: