Skip to content

Commit

Permalink
Fix DMAPI build OD submodule update
Browse files Browse the repository at this point in the history
Checkout before initialization
  • Loading branch information
Cyberboss committed Oct 16, 2023
1 parent 25c997d commit 2747b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
cd $HOME
git clone https://github.com/OpenDreamProject/OpenDream
cd OpenDream
git submodule init --update --recursive
git checkout ${{ matrix.committish }}
git submodule update --init --recursive
- name: Build OpenDream
run: |
Expand Down

0 comments on commit 2747b91

Please sign in to comment.