Skip to content

Commit

Permalink
Initialize table submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Jun 24, 2024
1 parent 0d5cbb7 commit 3e26e48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Pull Submodules
run: |
git submodule init
git submodule update
- name: Setup project directory
run: mkdir -p $PROJECT_DIR

Expand Down

0 comments on commit 3e26e48

Please sign in to comment.