Skip to content

Commit

Permalink
github CI: reactivated pulling of the submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Nov 21, 2024
1 parent f59fa0b commit 2a2a558
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ jobs:
matrix:
platform:
- ubuntu-latest
# - macos-latest
toolchain:
- 1.75
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout sources
uses: actions/checkout@main
with:
submodules: false
# submodules: true // we do not need submodules, if we are not running the JSON tests.
submodules: true
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 2a2a558

Please sign in to comment.