Kaio Delphino
Kaio Delphino
beside the sdl2 libraries, you won't install anything, just compile two files, choose a path and then export them.
Send your test coverage file to `/home/runner`, using pytest as exemple: ``` pytest --cov . --cov-report xml:/home/runner/coverage.xml ``` and pass this directory to codecov files argument: ``` - uses: actions/checkout@master...
The cause on Arch Linux is these two packages: elementary-icon-theme 6.0.0-1 gtk-theme-elementary 6.1.0-1 You need to downgrade to version 5 as discussed on issue #783, here is the link to...
For me, on a mac m1: - `sudo gem install xcodeproj` - `curl -sL firebase.tools | upgrade=true bash` - `rm android/app/google-services.json` Solved the issue.