Skip to content

Commit

Permalink
CI: Test undocumented thing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Oct 30, 2023
1 parent c358c52 commit d5bf520
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Checkout submodule
# Manually update submodules with --checkout because they are configured with update=none and will be skipped otherwise
run: git submodule update --recursive --init --force --checkout
with:
submodules: checkout
- name: Run generator
run: cargo run -p generator
- name: Diff autogen result
Expand Down

0 comments on commit d5bf520

Please sign in to comment.