mirror of
https://github.com/Andreabont/simple-template-quaternion.git
synced 2025-01-18 06:14:21 +00:00
Update c-cpp.yml
This commit is contained in:
parent
30839fbfa7
commit
87e85d5975
1 changed files with 2 additions and 0 deletions
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Dependencies
|
||||
run: apt-get install -y libboost-dev libboost-system-dev libboost-test-dev
|
||||
- name: configure
|
||||
run: cmake .
|
||||
- name: make
|
||||
|
|
Loading…
Reference in a new issue