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:
3535 os : ubuntu-24.04
3636 before_install : mingw_x86_64.sh
3737 conan_profile : mingw64-linux.jinja
38- conan_prebuilts : dependencies-mingw
38+ conan_prebuilts : dependencies-mingw-x86-64
3939 - platform : mingw-x86
4040 os : ubuntu-24.04
4141 before_install : mingw_x86.sh
4242 conan_profile : mingw32-linux.jinja
43- conan_prebuilts : dependencies-mingw-32
43+ conan_prebuilts : dependencies-mingw-x86
4444 - platform : android-armeabi-v7a
4545 os : ubuntu-24.04
4646 conan_profile : android-32-ndk
47- conan_prebuilts : dependencies-android-32
47+ conan_prebuilts : dependencies-android-armeabi-v7a
4848 - platform : android-arm64-v8a
4949 os : ubuntu-24.04
5050 conan_profile : android-64-ndk
51- conan_prebuilts : dependencies-android-64
51+ conan_prebuilts : dependencies-android-arm64-v8a
5252 runs-on : ${{ matrix.os }}
5353 defaults :
5454 run :
You can’t perform that action at this time.
0 commit comments