Skip to content

Commit e8fb9c4

Browse files
committed
Adjust paths of mingw before_install file
1 parent 44bec85 commit e8fb9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
conan_options: --options with_apple_system_libs=True
3434
- platform: mingw-x86-64
3535
os: ubuntu-24.04
36-
before_install: mingw_x86_64.sh
36+
before_install: mingw.sh
3737
conan_profile: mingw64-linux.jinja
3838
conan_prebuilts: dependencies-mingw-x86-64
3939
- platform: mingw-x86
4040
os: ubuntu-24.04
41-
before_install: mingw_x86.sh
41+
before_install: mingw.sh
4242
conan_profile: mingw32-linux.jinja
4343
conan_prebuilts: dependencies-mingw-x86
4444
- platform: android-armeabi-v7a

0 commit comments

Comments
 (0)