add install cmake to workflow
All checks were successful
Build and Run C++ Unit Tests / build-and-test (push) Successful in 2m33s
All checks were successful
Build and Run C++ Unit Tests / build-and-test (push) Successful in 2m33s
This commit is contained in:
parent
3775c79f84
commit
5c6f1a4169
@ -16,10 +16,10 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: Install Dependencies
|
- name: Install Dependencies
|
||||||
# run: |
|
run: |
|
||||||
# apt-get update
|
apt-get update
|
||||||
# apt-get install -y cmake git unzip # Install required packages
|
apt-get install -y cmake # Install required packages
|
||||||
|
|
||||||
- name: Build the Project
|
- name: Build the Project
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user