Edit file for Github actions

This commit is contained in:
Daniel Chappuis 2021-10-12 08:17:51 +02:00
parent bf8bab2c4b
commit d606899728

View File

@ -232,7 +232,7 @@ jobs:
run: sudo cmake --install build/ run: sudo cmake --install build/
- name: Install Library on Windows - name: Install Library on Windows
if: startsWith(matrix.config.name, 'Windows / MinGW') if: startsWith(matrix.config.os, 'windows')
shell: bash shell: bash
run: cmake --install build/ run: cmake --install build/