Skip to content

Commit

Permalink
Fix submodule checkout.
Browse files Browse the repository at this point in the history
Do *not* recursively checkout git submodules.

Use the "checkout" action to handle the git submodules instead of
having an additional stanza in the workflow.
  • Loading branch information
rpgoldman committed Sep 18, 2023
1 parent 24d7870 commit 294db6c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: CI
name: test

# Controls when the action will run.
on:
Expand Down Expand Up @@ -56,11 +56,8 @@ jobs:
apt-get install -y cmake make g++ flex bison
- uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
run: |
git submodule update --init --recursive
with:
submodules: true

- name: cache validate
id: cache-validate
Expand Down

0 comments on commit 294db6c

Please sign in to comment.