Skip to content

Commit

Permalink
[miryoku-github] Fix make git-submodule in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Mar 6, 2023
1 parent d92f5d1 commit 0e24df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
git status
done
- name: Submodules
run: make git-submodule
run: |
git config --global --add safe.directory '*'
make git-submodule
- name: Process inputs
id: inputs
run: |
Expand Down

0 comments on commit 0e24df7

Please sign in to comment.