Skip to content

Disable -Wnullability-completeness on iOS and macOS. #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 6, 2021
Prev Previous commit
Next Next commit
Fix conditional
  • Loading branch information
jonsimantov committed Dec 6, 2021
commit 06572575e21f1c719a48d132ee56cd14250e4464
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Check cached NDK
shell: bash
if: ${{ !steps.cache_ndk.outputs.cache-hit }}
if: !steps.cache_ndk.outputs.cache-hit
run: |
# If the NDK failed to download from the cache, but there is a
# /tmp/android-ndk-r16b directory, it's incomplete, so remove it.
Expand Down