Skip to content

Commit

Permalink
Fix: [Actions] make explicit that we only want to checkout submodules
Browse files Browse the repository at this point in the history
This is a change in defaults for openttd/actions/checkout.
  • Loading branch information
TrueBrain committed Jan 12, 2020
1 parent b6ed409 commit 19d4360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Checkout submodules
uses: openttd/actions/checkout@v1
with:
with-submodules: true
- name: Build
run: docker build .

0 comments on commit 19d4360

Please sign in to comment.