Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-04 11:57:30 +02:00
parent 96ef64af69
commit 4291ce48cd

View File

@ -101,7 +101,7 @@ jobs:
- name: Install - name: Install
shell: bash shell: bash
run: cmake --install build/ run: sudo cmake --install build/
- name: Unit Tests - name: Unit Tests
shell: bash shell: bash