Update abseil package installation in GitHub Actions workflow
Some checks failed
Build / build (push) Failing after 1m3s

Use libabsl-dev package for proper abseil dependency resolution
This commit is contained in:
2025-01-28 05:02:03 +00:00
parent 0cbeece3ef
commit 69e26738f3

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake abseil
sudo apt-get install -y build-essential cmake libabsl-dev
- name: Create build directory
run: mkdir build