Skip to content

Commit 23d18b6

Browse files
authored
Update build-nabla.yml, recurse submodules, use profiling directory
1 parent a1a7b6a commit 23d18b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-nabla.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
with:
31-
submodules: 'true'
31+
submodules: 'recursive'
3232

3333
- name: Set prefix
3434
id: set-prefix
@@ -62,6 +62,7 @@ jobs:
6262
6363
- name: Container – Configure Project with CMake
6464
run: |
65+
mkdir profiling
6566
docker exec orphan `
6667
${{ env.entry }} ${{ env.cmd }} -Command cmake `
6768
--preset ci-configure-dynamic-${{ matrix.vendor }} `

0 commit comments

Comments
 (0)