Skip to content

Commit

Permalink
Add ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Nov 21, 2023
1 parent 528c189 commit 7ebcf70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/github-dev-snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ jobs:
ref: ${{ env.DEVELOPMENT_BRANCH }}
submodules: recursive

- name: Apply ccache
uses: hendrikmuhs/[email protected]

- name: Generate build files
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
mkdir -p build/
cmake \
Expand Down Expand Up @@ -92,7 +97,7 @@ jobs:
draft_release:
needs: [build_linux, setup_tag]
name: Create GitHub nightly draft release
name: Create GitHub development snapshot draft release
runs-on: ubuntu-latest
outputs:
release_id: ${{ steps.draft_release.outputs.id }}
Expand Down

0 comments on commit 7ebcf70

Please sign in to comment.