Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Set up OS
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo rm /var/lib/man-db/auto-update
sudo apt-get update
sudo apt-get install -y \
cmake ninja-build \
Expand Down Expand Up @@ -127,7 +126,6 @@ jobs:
- name: Set up OS
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo rm /var/lib/man-db/auto-update
sudo apt-get update
sudo apt-get install -y \
cmake ninja-build ruby gcc g++ ccache patch \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: Prep
if: matrix.build-mode == 'manual'
run: |
sudo rm /var/lib/man-db/auto-update
sudo apt-get update && sudo apt-get install -y \
sudo apt-get update
sudo apt-get install -y \
cmake ninja-build ruby build-essential \
libssl-dev libjansson-dev
./build.sh deps
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
submodules: recursive
- name: Set up OS
run: |
sudo rm /var/lib/man-db/auto-update
sudo apt-get update
sudo apt-get install -y \
cmake ninja-build ruby build-essential \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/fuzzing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Set up OS
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo rm /var/lib/man-db/auto-update
sudo apt-get update
sudo apt-get install -y \
cmake ninja-build \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
submodules: recursive
- name: Prep
run: |
sudo rm /var/lib/man-db/auto-update
sudo apt-get update && sudo apt-get install -y \
sudo apt-get update
sudo apt-get install -y \
cmake ninja-build ruby build-essential \
libssl-dev libjansson-dev \
xmlstarlet \
Expand Down
Loading