File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ jobs:
35
35
os : ubuntu-24.04
36
36
before_install : mingw_x86_64.sh
37
37
conan_profile : mingw64-linux.jinja
38
- conan_prebuilts : dependencies-mingw
38
+ conan_prebuilts : dependencies-mingw-x86-64
39
39
- platform : mingw-x86
40
40
os : ubuntu-24.04
41
41
before_install : mingw_x86.sh
42
42
conan_profile : mingw32-linux.jinja
43
- conan_prebuilts : dependencies-mingw-32
43
+ conan_prebuilts : dependencies-mingw-x86
44
44
- platform : android-armeabi-v7a
45
45
os : ubuntu-24.04
46
46
conan_profile : android-32-ndk
47
- conan_prebuilts : dependencies-android-32
47
+ conan_prebuilts : dependencies-android-armeabi-v7a
48
48
- platform : android-arm64-v8a
49
49
os : ubuntu-24.04
50
50
conan_profile : android-64-ndk
51
- conan_prebuilts : dependencies-android-64
51
+ conan_prebuilts : dependencies-android-arm64-v8a
52
52
runs-on : ${{ matrix.os }}
53
53
defaults :
54
54
run :
You can’t perform that action at this time.
0 commit comments