Consolidate library installation in build workflow
Some checks failed
Build / build (push) Failing after 4s
Some checks failed
Build / build (push) Failing after 4s
- Simplify apt-get commands by combining library package installations - Remove commented-out installation instructions - Streamline dependency setup for more concise workflow configuration
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -24,9 +24,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential cmake clang checkinstall zlib1g-dev musl-tools
|
||||
# Install static versions of libraries
|
||||
sudo apt-get install -y libstdc++-11-dev libgcc-11-dev libc6-dev
|
||||
sudo apt-get install -y build-essential cmake clang checkinstall zlib1g-dev musl-tools libstdc++-11-dev libgcc-11-dev libc6-dev
|
||||
|
||||
- name: Build Static Abseil
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user