@@ -25,10 +25,14 @@ jobs:
2525 - uses : actions/checkout@v3
2626 with :
2727 submodules : true
28+ fetch-depth : 0
2829
2930 - name : Git Submodule Update
3031 shell : bash -e -l {0}
31- run : git submodule update --init --recursive
32+ run : |
33+ git submodule update --init --recursive
34+ cd lfortran
35+ ls
3236
3337 - name : Cache conda
3438 uses : actions/cache@v3
@@ -127,10 +131,14 @@ jobs:
127131 - uses : actions/checkout@v3
128132 with :
129133 submodules : true
134+ fetch-depth : 0
130135
131136 - name : Git Submodule Update
132137 shell : bash -e -l {0}
133- run : git submodule update --init --recursive
138+ run : |
139+ git submodule update --init --recursive
140+ cd lfortran
141+ ls
134142
135143 - uses : mamba-org/setup-micromamba@v1
136144 with :
@@ -199,10 +207,14 @@ jobs:
199207 - uses : actions/checkout@v3
200208 with :
201209 submodules : true
210+ fetch-depth : 0
202211
203212 - name : Git Submodule Update
204213 shell : bash -e -l {0}
205- run : git submodule update --init --recursive
214+ run : |
215+ git submodule update --init --recursive
216+ cd lfortran
217+ ls
206218
207219 - uses : mamba-org/setup-micromamba@v1
208220 with :
@@ -269,10 +281,14 @@ jobs:
269281 - uses : actions/checkout@v3
270282 with :
271283 submodules : true
284+ fetch-depth : 0
272285
273286 - name : Git Submodule Update
274287 shell : bash -e -l {0}
275- run : git submodule update --init --recursive
288+ run : |
289+ git submodule update --init --recursive
290+ cd lfortran
291+ ls
276292
277293 - uses : mamba-org/setup-micromamba@v1
278294 with :
@@ -320,10 +336,14 @@ jobs:
320336 - uses : actions/checkout@v3
321337 with :
322338 submodules : true
339+ fetch-depth : 0
323340
324341 - name : Git Submodule Update
325342 shell : bash -e -l {0}
326- run : git submodule update --init --recursive
343+ run : |
344+ git submodule update --init --recursive
345+ cd lfortran
346+ ls
327347
328348 - uses : mamba-org/setup-micromamba@v1
329349 with :
@@ -372,10 +392,14 @@ jobs:
372392 - uses : actions/checkout@v3
373393 with :
374394 submodules : true
395+ fetch-depth : 0
375396
376397 - name : Git Submodule Update
377398 shell : bash -e -l {0}
378- run : git submodule update --init --recursive
399+ run : |
400+ git submodule update --init --recursive
401+ cd lfortran
402+ ls
379403
380404 - uses : mamba-org/setup-micromamba@v1
381405 with :
@@ -420,10 +444,14 @@ jobs:
420444 - uses : actions/checkout@v3
421445 with :
422446 submodules : true
447+ fetch-depth : 0
423448
424449 - name : Git Submodule Update
425450 shell : bash -e -l {0}
426- run : git submodule update --init --recursive
451+ run : |
452+ git submodule update --init --recursive
453+ cd lfortran
454+ ls
427455
428456 - uses : mamba-org/setup-micromamba@v1
429457 with :
@@ -473,10 +501,14 @@ jobs:
473501 - uses : actions/checkout@v3
474502 with :
475503 submodules : true
504+ fetch-depth : 0
476505
477506 - name : Git Submodule Update
478507 shell : bash -e -l {0}
479- run : git submodule update --init --recursive
508+ run : |
509+ git submodule update --init --recursive
510+ cd lfortran
511+ ls
480512
481513 - uses : mamba-org/setup-micromamba@v1
482514 with :
@@ -540,10 +572,14 @@ jobs:
540572 - uses : actions/checkout@v4
541573 with :
542574 submodules : true
575+ fetch-depth : 0
543576
544577 - name : Git Submodule Update
545578 shell : bash -e -l {0}
546- run : git submodule update --init --recursive
579+ run : |
580+ git submodule update --init --recursive
581+ cd lfortran
582+ ls
547583
548584 - uses : mamba-org/setup-micromamba@v1.8.0
549585 with :
@@ -589,10 +625,14 @@ jobs:
589625 - uses : actions/checkout@v3
590626 with :
591627 submodules : true
628+ fetch-depth : 0
592629
593630 - name : Git Submodule Update
594631 shell : bash -e -l {0}
595- run : git submodule update --init --recursive
632+ run : |
633+ git submodule update --init --recursive
634+ cd lfortran
635+ ls
596636
597637 - uses : mamba-org/setup-micromamba@v1
598638 with :
@@ -635,10 +675,14 @@ jobs:
635675 - uses : actions/checkout@v4
636676 with :
637677 submodules : true
678+ fetch-depth : 0
638679
639680 - name : Git Submodule Update
640681 shell : bash -e -l {0}
641- run : git submodule update --init --recursive
682+ run : |
683+ git submodule update --init --recursive
684+ cd lfortran
685+ ls
642686
643687 - uses : mamba-org/setup-micromamba@v1
644688 with :
0 commit comments