Skip to content

Commit

Permalink
CI: add libbz2-dev to installed Ubuntu packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Jan 24, 2025
1 parent b73b196 commit 5b04f48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: ${{ matrix.language == 'cpp' }}
run: |
sudo apt-get update
sudo apt-get install --yes libjson-c-dev libgtest-dev
sudo apt-get install --yes libbz2-dev libjson-c-dev libgtest-dev
- name: After Prepare (cpp)
if: ${{ matrix.language == 'cpp' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install cmake libjson-c-dev libbotan-2-dev asciidoctor
sudo apt-get -y install cmake libbz2-dev libjson-c-dev libbotan-2-dev asciidoctor
- name: Configure
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# Already installed on GHA: build-essential libbz2-dev zlib1g-dev
run: |
sudo apt-get -y update
sudo apt-get -y install cmake libjson-c-dev ${{ matrix.backend.package }} asciidoctor
sudo apt-get -y install cmake libbz2-dev libjson-c-dev ${{ matrix.backend.package }} asciidoctor
- name: Configure
run: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install cmake libjson-c-dev libbotan-2-dev asciidoctor googletest
sudo apt-get -y install cmake libbz2-dev libjson-c-dev libbotan-2-dev asciidoctor googletest
- name: Configure
run: |
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install cmake libjson-c-dev libbotan-2-dev asciidoctor googletest
sudo apt-get -y install cmake libbz2-dev libjson-c-dev libbotan-2-dev asciidoctor googletest
- name: Build googletest
run: |
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install cmake libjson-c-dev libbotan-2-dev asciidoctor
sudo apt-get -y install cmake libbz2-dev libjson-c-dev libbotan-2-dev asciidoctor
- name: Checkout sexpp
uses: actions/checkout@v4
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install cmake libjson-c-dev libbotan-2-dev asciidoctor
sudo apt-get -y install cmake libbz2-dev libjson-c-dev libbotan-2-dev asciidoctor
- name: Configure
run: |
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install cmake libjson-c-dev libbotan-2-dev asciidoctor
sudo apt-get -y install cmake libbz2-dev libjson-c-dev libbotan-2-dev asciidoctor
- name: Download source package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 5b04f48

Please sign in to comment.