mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 00:15:06 +00:00
kill buil (#3118)
He was a great fellow. We will forever be in debt for his services. Time to say good-bye.
This commit is contained in:
parent
f62adab43a
commit
e4648cec48
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Configure
|
||||
run: cmake -S . -B . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||
|
||||
- name: Buil
|
||||
- name: Build
|
||||
run: cmake --build . --config ${{env.BUILD_TYPE}} --parallel 3
|
||||
|
||||
- name: Install
|
||||
|
Loading…
Reference in New Issue
Block a user