Skip to content

Commit

Permalink
Install ccache in github workflows
Browse files Browse the repository at this point in the history
This should help speed up the second build needed on older Wireshark versions
  • Loading branch information
oshaked1 committed Jul 10, 2024
1 parent 991e3f1 commit ee48203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y ninja-build
sudo apt install -y ninja-build ccache
sudo wireshark/tools/debian-setup.sh
- name: Install dependencies (Macos)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install -y ninja-build
sudo apt install -y ninja-build ccache
sudo wireshark/tools/debian-setup.sh
- name: Install dependencies (Macos)
Expand Down

0 comments on commit ee48203

Please sign in to comment.