Skip to content

Commit 712c4c4

Browse files
committed
fix(ci): remove shitty copy paste error
1 parent 7d952d0 commit 712c4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Check build status
185185
run: |
186186
if [ "${{ needs.build-android.result }}" != "success" ] || \
187-
if [ "${{ needs.build-linux.result }}" != "success" ] || \
187+
[ "${{ needs.build-linux.result }}" != "success" ] || \
188188
[ "${{ needs.build-web.result }}" != "success" ] || \
189189
[ "${{ needs.build-windows.result }}" != "success" ]; then
190190
echo "Some builds failed!"

0 commit comments

Comments
 (0)