Skip to content

Commit 578894d

Browse files
fix: add working dir to nitrogen
1 parent 2dd9c44 commit 578894d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-templates.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ jobs:
143143
fi
144144
145145
- name: Generate nitrogen code
146-
if: matrix.type == 'nitro-view' || matrix.type == 'nitro-module'
147-
run: yarn nitro-codegen
146+
if: matrix.type == 'nitro-view' || matrix.type == 'nitro-module'
147+
working-directory: ${{ env.work_dir }}
148+
run: yarn nitrogen
148149

149150
- name: Cache turborepo
150151
if: env.android_build == 1 || env.ios_build == 1

0 commit comments

Comments
 (0)