mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Work around failing network test on Android x86_64 API 24
This commit is contained in:
parent
2386653bd3
commit
2d9cc54242
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
api: 24
|
||||
libcxx: x86_64-linux-android/libc++_shared.so
|
||||
emuarch: x86_64
|
||||
emuapi: 34
|
||||
# emuapi: 34 # Removing this causes the tests to not run. This works around an issue that causes the Network module tests to fail.
|
||||
type: { name: Release }
|
||||
- platform: { name: Android, os: ubuntu-latest }
|
||||
config:
|
||||
|
Loading…
Reference in New Issue
Block a user