Skip to content

Commit

Permalink
.github/workflows/build.yml: install ccache manually
Browse files Browse the repository at this point in the history
This eliminates the additionoal "apt-get install" call by
ccache-action.
  • Loading branch information
MaxKellermann committed Apr 17, 2024
1 parent 700788f commit 58ee5a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,21 @@ jobs:
with:
submodules: recursive

- id: cache-ccache
uses: hendrikmuhs/ccache-action@v1

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
meson \
ccache \
libsystemd-dev \
libpq-dev \
libmd-dev \
libsodium-dev \
libluajit-5.1-dev
- id: cache-ccache
uses: hendrikmuhs/ccache-action@v1

- name: Configure
run: |
meson setup \
Expand Down

0 comments on commit 58ee5a7

Please sign in to comment.