Skip to content

Commit

Permalink
refactor: try to add ccache to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Jan 10, 2025
1 parent 6c6d158 commit b86f8b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b86f8b2

Please sign in to comment.