Update cmake.yml

This commit is contained in:
Sy Brand
2025-07-12 11:38:29 +01:00
committed by GitHub
parent 8b9d893dae
commit feac1e441c

View File

@ -137,7 +137,7 @@ jobs:
- name: Configure CMake
env:
CXX: ${{matrix.cxx}}
run:
run: |
mkdir -p ${{github.workspace}}/build
cmake -B ${{github.workspace}}/build -DCMAKE_CXX_STANDARD=${{matrix.std}}