Skip to content

Commit ab22a6b

Browse files
committed
checkout first
1 parent 07f3992 commit ab22a6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ jobs:
5757
name: make distcheck - micromamba
5858
runs-on: ubuntu-latest
5959
steps:
60+
- name: Checkout
61+
uses: actions/checkout@v3
62+
with:
63+
submodules: true
6064
- uses: mamba-org/setup-micromamba@v2
6165
with:
6266
environment-file: environment.yml
6367
cache-environment: true
6468
post-cleanup: 'all'
6569
generate-run-shell: true
66-
- name: Checkout
67-
uses: actions/checkout@v3
68-
with:
69-
submodules: true
7070
- name: Bootstrap
7171
run: ./bootstrap.sh
7272
shell: micromamba-shell {0}

0 commit comments

Comments
 (0)