We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4884fd6 commit b345cd0Copy full SHA for b345cd0
1 file changed
.github/workflows/elixir.yml
@@ -22,6 +22,8 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v4
25
+ with:
26
+ submodules: 'true'
27
- name: Set up Elixir
28
uses: erlef/setup-beam@v1
29
with:
0 commit comments