We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bec85 commit e8fb9c4Copy full SHA for e8fb9c4
.github/workflows/rebuildDependencies.yml
@@ -33,12 +33,12 @@ jobs:
33
conan_options: --options with_apple_system_libs=True
34
- platform: mingw-x86-64
35
os: ubuntu-24.04
36
- before_install: mingw_x86_64.sh
+ before_install: mingw.sh
37
conan_profile: mingw64-linux.jinja
38
conan_prebuilts: dependencies-mingw-x86-64
39
- platform: mingw-x86
40
41
- before_install: mingw_x86.sh
42
conan_profile: mingw32-linux.jinja
43
conan_prebuilts: dependencies-mingw-x86
44
- platform: android-armeabi-v7a
0 commit comments