We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41454d commit 3cd3134Copy full SHA for 3cd3134
.github/workflows/rebuildDependencies.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
echo CUSTOM_PATCHES_PATH="$(pwd)/conan_patches" >> $GITHUB_ENV
76
echo DEPS_FILE="dependencies-${{ matrix.platform }}.tgz" >> $GITHUB_ENV
77
- [ '${{ matrix.before_install }}' ] && 'ci/${{ matrix.before_install }}'
+ [ -z '${{ matrix.before_install }}' ] || 'ci/${{ matrix.before_install }}'
78
79
- uses: actions/setup-java@v4
80
if: ${{ startsWith(matrix.platform, 'android') }}
0 commit comments