mirror of
https://github.com/alkoleft/yaxunit-addin.git
synced 2026-06-16 07:35:40 +02:00
Update build.yml
This commit is contained in:
@@ -70,10 +70,7 @@ jobs:
|
||||
version: 1.11.0
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -GNinja
|
||||
-DCMAKE_CXX_COMPILER=g++-10
|
||||
-DCMAKE_C_COMPILER=gcc-10
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
run: cmake -B ${{github.workspace}}/build -GNinja -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_BUILD_TYPE=Release
|
||||
- name: Build
|
||||
run: cmake --build ${{github.workspace}}/build --parallel
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user