Skip to content

Commit 7e00b1a

Browse files
committed
Use env in iOS CI
1 parent 5192edc commit 7e00b1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ios-build-paper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
node-version: 18
2929
cache: 'yarn'
3030
- name: Install node dependencies
31-
working-directory: ${{ matrix.working-directory }}
31+
working-directory: ${{ env.WORKING_DIRECTORY }}
3232
run: PAPER_ENABLED=1 yarn install --immutable
3333
- name: Build app
34-
working-directory: ${{ matrix.working-directory }}
34+
working-directory: ${{ env.WORKING_DIRECTORY }}
3535
run: yarn ios

0 commit comments

Comments
 (0)