@efroemling
|
spinoff_test_linux: |
|
runs-on: ubuntu-latest |
|
steps: |
|
- uses: actions/checkout@v6 |
|
- name: Setup build env |
|
uses: ./.github/actions/bombsquad_build_env |
|
# Not using the `using-cmake: true` |
|
# because it doesn't benifit from the cache |
|
# as it sets up a new project dir |
|
# |
|
# with: |
|
# using-cmake: true |
the caching is done with sccache, its done at compiler level so idk if a new directory will necessarily ignore it
have you tested it? Does it take the same time with caching for the test to complete
@efroemling
ballistica/.github/workflows/ci.yml
Lines 44 to 55 in d9800ae
the caching is done with sccache, its done at compiler level so idk if a new directory will necessarily ignore it
have you tested it? Does it take the same time with caching for the test to complete