Update c-cpp.yml

This commit is contained in:
Andrea Bontempi 2020-07-09 15:25:41 +02:00 committed by GitHub
parent 87e85d5975
commit d43046157d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: apt-get install -y libboost-dev libboost-system-dev libboost-test-dev
run: sudo apt-get install -y libboost-dev libboost-system-dev libboost-test-dev
- name: configure
run: cmake .
- name: make