1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-30 03:08:37 +00:00

Update cmake.yml

This commit is contained in:
Bret Curtis 2021-10-12 19:20:38 +02:00 committed by GitHub
parent 6c84e359ac
commit cc402c987f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ jobs:
export CONFIGURATION="Release"
export GOOGLETEST_DIR="."
export GENERATOR="Unix Makefiles"
export CC="gcc"
export CXX="g++"
sudo -E CI/build_googletest.sh
- name: Configure