Skip to content

Commit

Permalink
add git update
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Apr 6, 2023
1 parent 272ab94 commit b6f58d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Fill submodule
run: |
git submodule init
git submodule update --init
- name: Copy environment file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Fill submodule
run: |
git submodule init
git submodule update --init
- name: Copy environment file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Fill submodule
run: |
git submodule init
git submodule update --init
- name: Copy environment file
run: |
Expand Down

0 comments on commit b6f58d0

Please sign in to comment.