Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-04 20:51:38 +02:00
parent a9e70ff92e
commit 6ee56cfc8f

View File

@ -165,7 +165,7 @@ jobs:
run: cmake --build build/ --config ${{ matrix.config.build_type }}
- name: Install Library on Linux/MacOS
if: !(startsWith(matrix.config.os, 'windows'))
if: ${{ !startsWith(matrix.config.os, 'windows') }}
shell: bash
run: sudo cmake --install build/