Skip to content

Commit 04a0b57

Browse files
committed
fix: remove nitrogen step
1 parent 7e9ea53 commit 04a0b57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-templates.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ jobs:
221221
restore-keys: |
222222
${{ runner.os }}-gradle-
223223
224-
- name: Run nitro codegen
225-
if: matrix.type == 'nitro-module'
226-
run: |
227-
yarn nitrogen
228-
229224
- name: Build example (Android)
230225
env:
231226
JAVA_OPTS: "-XX:MaxHeapSize=6g"

0 commit comments

Comments
 (0)