mirror of
https://github.com/alkoleft/yaxunit-addin.git
synced 2024-11-30 08:06:40 +02:00
Update build.yml
This commit is contained in:
parent
b85f1860a9
commit
2bd41ee345
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -61,20 +61,20 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install libraries
|
||||
run: sudo apt update && sudo apt install libgl-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev
|
||||
- name: Install gcc
|
||||
run: sudo apt install g++-10 -y
|
||||
|
||||
- name: Install Ninja
|
||||
uses: ashutoshvarma/setup-ninja@master
|
||||
with:
|
||||
version: 1.11.0
|
||||
|
||||
- name: Install gcc
|
||||
run: sudo apt install g++-10 -y
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -GNinja -DCMAKE_CXX_COMPILER=g++-10 -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --parallel
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-x64
|
||||
|
Loading…
Reference in New Issue
Block a user