mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 23:11:33 +00:00
[CI] Fix path and big env goof
This commit is contained in:
parent
50e3c9d500
commit
493827285b
2 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ Ubuntu_GCC_integration_tests_asan:
|
||||||
s3cmd put "${dmg}" s3://openmw-artifacts/${artifactDirectory}
|
s3cmd put "${dmg}" s3://openmw-artifacts/${artifactDirectory}
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
- CI/macos/ccache_save.sh
|
- ../CI/macos/ccache_save.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/OpenMW-*.dmg
|
- build/OpenMW-*.dmg
|
||||||
|
|
|
@ -9,7 +9,7 @@ cd build
|
||||||
|
|
||||||
DEPENDENCIES_ROOT="/tmp/openmw-deps"
|
DEPENDENCIES_ROOT="/tmp/openmw-deps"
|
||||||
|
|
||||||
if [[ "${MACOS_X86_64}" ]]; then
|
if [[ "${MACOS_AMD64}" ]]; then
|
||||||
QT_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix qt@6)
|
QT_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix qt@6)
|
||||||
ICU_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix icu4c)
|
ICU_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix icu4c)
|
||||||
OPENAL_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix openal-soft)
|
OPENAL_PATH=$(arch -x86_64 /usr/local/bin/brew --prefix openal-soft)
|
||||||
|
|
Loading…
Reference in a new issue