Skip to content

Commit eb6550d

Browse files
fds
1 parent 3e0da78 commit eb6550d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ jobs:
4545
- uses: actions/checkout@v6
4646
- name: Setup build env
4747
uses: ./.github/actions/bombsquad_build_env
48-
with:
49-
using-cmake: true
48+
# Not using the `using-cmake: true`
49+
# because it doesn't benifit from the cache
50+
# as it sets up a new project dir
51+
#
52+
# with:
53+
# using-cmake: true
5054
- name: Build spinoff project with only core featureset
5155
run: make spinoff-test-core
5256
- name: Build spinoff project with core and base featuresets

0 commit comments

Comments
 (0)