Skip to content

Commit

Permalink
Fix build config for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkleiny committed Apr 3, 2024
1 parent f10db47 commit 8a605d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}

Expand All @@ -23,6 +23,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
lfs: true

- uses: awalsh128/cache-apt-pkgs-action@latest
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 8a605d7

Please sign in to comment.