CI: adjust CXX standards

This commit is contained in:
Syping 2024-01-19 08:19:50 +01:00
parent 1a80125802
commit 1b7c95e735
3 changed files with 3 additions and 3 deletions
.github/workflows

View file

@ -18,7 +18,7 @@ jobs:
sudo apt-get update -qq
sudo apt-get install cmake ninja-build -qq
- name: Configure CMake
run: emcmake cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -GNinja
run: emcmake cmake -B ${{github.workspace}}/build -DCMAKE_CXX_STANDARD=11 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -GNinja
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Upload