Skip to content

Commit be65da1

Browse files
fix: build failure, temp home is weird
1 parent 79d5f84 commit be65da1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- if: matrix.build-mode == 'manual'
123123
shell: bash
124124
run: |
125-
cd android
125+
cd ${{HOME}}/example/android
126126
./gradlew build
127127
128128
- name: Perform CodeQL Analysis
@@ -179,7 +179,7 @@ jobs:
179179
- if: matrix.build-mode == 'manual'
180180
shell: bash
181181
run: |
182-
cd ios
182+
cd ${{HOME}}/example/ios
183183
xcodebuild -workspace expopluginexample.xcodeproj -scheme expopluginexample -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 16' build
184184
185185
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)