Skip to content

Commit 9e24c0a

Browse files
fix: build failure, attempted to run yarn prepare twice
1 parent 4f59805 commit 9e24c0a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ jobs:
122122
- if: matrix.build-mode == 'manual'
123123
shell: bash
124124
run: |
125-
cd example
126-
yarn prepare
127-
cd android
125+
cd example/android
128126
./gradlew build
129127
130128
- name: Perform CodeQL Analysis
@@ -181,9 +179,7 @@ jobs:
181179
- if: matrix.build-mode == 'manual'
182180
shell: bash
183181
run: |
184-
cd example
185-
yarn prepare
186-
cd ios
182+
cd example/ios
187183
xcodebuild -workspace expopluginexample.xcodeproj -scheme expopluginexample -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 16' build
188184
189185
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)