Skip to content

Commit

Permalink
Initializing submodule in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
geniejhang authored Aug 1, 2024
1 parent c0a70a7 commit 22fda0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
run: |
git config --global --add safe.directory '*'
if test -e qtpi-incorp.sh ; then ./qtpi-incorp.sh v1.4; fi
- name: Initializing submodule
working-directory: ./main
shell: bash
run: |
git submodule init
git submodule update
- name: Creating build directory
run: mkdir main/oot
- name: Configuring
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Compiling workflow
on:
push:
branches:
- '5.13'
- '5.14-dev'
- '7.0-dev'
tags:
- '*'
paths-ignore:
Expand Down

0 comments on commit 22fda0c

Please sign in to comment.