Skip to content

Commit

Permalink
extract build for examples into separate config
Browse files Browse the repository at this point in the history
the build takes 13minutes even if ccache is used
  • Loading branch information
dernasherbrezon committed Dec 17, 2023
1 parent 3c17c44 commit 164c24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: examples
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cache ccache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 164c24b

Please sign in to comment.