Update tests.yml

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent eab3063f19
commit 985558a6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ jobs:
run: |
mkdir build
cd build
cmake ${{ matrix.platform }} ${{ matrix.toolset }} ..
cmake ${{ matrix.config.platform }} ${{ matrix.config.toolset }} ..
- name: Build
run: |
cmake --build build --config Release

Loading…
Cancel
Save