Skip to content

Commit 18a3991

Browse files
authoredOct 30, 2021
Fix check compiled step (#30645)
* Update check compiled step * update compiled
1 parent 097fb3c commit 18a3991

File tree

2 files changed

+110195
-110195
lines changed

2 files changed

+110195
-110195
lines changed
 

‎.github/workflows/build_test_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
checkPrecompiled:
7272
name: Check Pre-compiled
7373
runs-on: ubuntu-latest
74-
needs: [build, build-native]
74+
needs: build
7575
env:
7676
NEXT_TELEMETRY_DISABLED: 1
7777
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.