jfoclpf commented on issue #756: URL: https://github.com/apache/cordova-plugin-camera/issues/756#issuecomment-897605837
@erisu [this](https://github.com/jfoclpf/form-for-parking-violation/runs/3305802097?check_suite_focus=true) is the log of the build from the CI that broke and [this](https://github.com/jfoclpf/form-for-parking-violation/blob/master/.github/workflows/android.yml) is the YML config action file. I amended the VM config file to output the `cordova info` and you're right ``` Cordova Packages: cli: 10.0.0 common: 4.0.2 create: 3.0.0 lib: 10.0.0 common: 4.0.2 fetch: 3.0.1 serve: 4.0.0 Project Installed Platforms: android: 9.1.0 ``` I don't understand why is not fetching the latest if the ubuntu VM for tests is doing ``` sudo apt install android-sdk -y npm install -g cordova cordova platform add android cordova build android --production ``` Do I really need to do `cordova platform add android@latest` `cordova platform add android` does not suffice? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
