Skip to content

Commit ce01903

Browse files
committed
fixed build.sh
1 parent 55992f2 commit ce01903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
BUILD_TYPE: Release
7474
run: |
75-
find platforms -name "build.sh" -o -name "external.sh" -exec chmod +x {} \;
75+
find platforms \( -name "build.sh" -o -name "external.sh" \) -exec chmod +x {} \;
7676
./platforms/${{ matrix.platform }}/${{ matrix.arch }}/build.sh
7777
7878
- name: Upload artifacts

0 commit comments

Comments
 (0)