We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55992f2 commit ce01903Copy full SHA for ce01903
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
env:
73
BUILD_TYPE: Release
74
run: |
75
- find platforms -name "build.sh" -o -name "external.sh" -exec chmod +x {} \;
+ find platforms \( -name "build.sh" -o -name "external.sh" \) -exec chmod +x {} \;
76
./platforms/${{ matrix.platform }}/${{ matrix.arch }}/build.sh
77
78
- name: Upload artifacts
0 commit comments