Skip to content

Commit

Permalink
fix missing submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
VeroFess committed Feb 13, 2024
1 parent 4e5e5a3 commit f776ba4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
xmake-version: latest

- name: clone submodule
run: git submodule update --init --recursive

- name: build project
run: |
xmake -y
run: xmake -y

0 comments on commit f776ba4

Please sign in to comment.