You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#39 added support for running tests on GitHub actions with the macos runner, as this was easy to get up and running. Both windows and linux require extra configuration to support wgpu in GitHub Actions.
#39 added support for running tests on GitHub actions with the macos runner, as this was easy to get up and running. Both windows and linux require extra configuration to support wgpu in GitHub Actions.
Here is the config that the wgpu project itself uses: https://github.com/gfx-rs/wgpu/blob/trunk/.github/workflows/ci.yml
Hopefully we can follow this to get Linux and Windows tests working.
The text was updated successfully, but these errors were encountered: