We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0da78 commit eb6550dCopy full SHA for eb6550d
.github/workflows/ci.yml
@@ -45,8 +45,12 @@ jobs:
45
- uses: actions/checkout@v6
46
- name: Setup build env
47
uses: ./.github/actions/bombsquad_build_env
48
- with:
49
- using-cmake: true
+ # Not using the `using-cmake: true`
+ # because it doesn't benifit from the cache
50
+ # as it sets up a new project dir
51
+ #
52
+ # with:
53
+ # using-cmake: true
54
- name: Build spinoff project with only core featureset
55
run: make spinoff-test-core
56
- name: Build spinoff project with core and base featuresets
0 commit comments