Skip to content

Commit 40bb011

Browse files
committed
Initialize environment in workflow
1 parent ebf4664 commit 40bb011

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/markdown_equations.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
make install-node-modules || make install-node-modules || make install-node-modules
7171
timeout-minutes: 15
7272

73+
# Initialize stdlib development environment:
74+
- name: 'Initialize stdlib development environment'
75+
run: |
76+
make init || make init || make init
77+
timeout-minutes: 5
78+
7379
# Generate and commit equation SVG files for README.md files:
7480
- name: 'Generate and commit equation SVG files'
7581
run: |

0 commit comments

Comments
 (0)