diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e4379a..31b4ea5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: true + - uses: hendrikmuhs/ccache-action@v1.2.11 + name: ccache + with: + key: ${{ runner.os }}-build-cache - run: | meson setup build -Dbuildtype=debug meson compile -C build