Add abseil dependency to GitHub Actions workflow
Some checks failed
Build / build (push) Failing after 13s
Some checks failed
Build / build (push) Failing after 13s
Install abseil package during CI build setup to support project dependencies
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake
|
||||
sudo apt-get install -y build-essential cmake abseil
|
||||
|
||||
- name: Create build directory
|
||||
run: mkdir build
|
||||
|
Reference in New Issue
Block a user