Skip to content

Commit

Permalink
temporarily fix apache2-dev=2.4.52-1ubuntu4.4 avoid missing mod_http2.h
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Aug 3, 2023
1 parent a057645 commit 4b6ccb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y apache2-dev libcjose-dev libssl-dev check pkg-config
sudo apt-get install -y apache2-dev=2.4.52-1ubuntu4.4 libcjose-dev libssl-dev check pkg-config
sudo apt-get install -y libjansson-dev libcurl4-openssl-dev libhiredis-dev libpcre2-dev
- name: Configure
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y apache2-dev libcjose-dev libssl-dev
sudo apt-get install -y apache2-dev=2.4.52-1ubuntu4.4 libcjose-dev libssl-dev
sudo apt-get install -y libjansson-dev libcurl4-openssl-dev libhiredis-dev
- name: Initialize CodeQL
Expand Down

0 comments on commit 4b6ccb9

Please sign in to comment.