Skip to content

Commit 65d6e42

Browse files
fix: build failure, apparently needed relative path
1 parent 9e24c0a commit 65d6e42

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 example/android
125+
cd ./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 example/ios
182+
cd ./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)