Add abseil dependency to GitHub Actions workflow
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:
2025-01-28 04:59:27 +00:00
parent d0b8138dc9
commit 0cbeece3ef

View File

@@ -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