Skip to content

Commit

Permalink
Check out submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed May 17, 2024
1 parent 0c35d21 commit fb39449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
arch: amd64_x86 # Use the 64-bit x64-native cross tools to build 32-bit x86 code

- uses: actions/checkout@v4
with:
submodules: true

- name: Build
run: |
Expand All @@ -41,4 +43,3 @@ jobs:
-DISLE_WERROR=${{ !!matrix.toolchain.werror }} \
-Werror=dev
cmake --build build -- -k0

0 comments on commit fb39449

Please sign in to comment.