Skip to content

Commit

Permalink
Fix NDK download link (GOOGLE PLEASE STOP POINTLESSLY MESSING AROUND …
Browse files Browse the repository at this point in the history
…WITH YOUR APIS)
  • Loading branch information
cbeuw committed Mar 31, 2022
1 parent c4d6a1e commit c6f1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
displayName: 'Set up the Go workspace'

- script: |
wget "https://dl.google.com/android/repository/android-ndk-$(NDKVERSION)-linux-x86_64.zip" --output-document "$(Agent.BuildDirectory)/ndk-$(NDKVERSION).zip"
wget "https://dl.google.com/android/repository/android-ndk-$(NDKVERSION)-linux.zip" --output-document "$(Agent.BuildDirectory)/ndk-$(NDKVERSION).zip"
unzip "$(Agent.BuildDirectory)/ndk-$(NDKVERSION).zip" -d '$(Agent.BuildDirectory)'
displayName: 'Download NDK'

Expand Down

0 comments on commit c6f1736

Please sign in to comment.