Skip to content

Commit 8582336

Browse files
added with: submodules
1 parent 940583a commit 8582336

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/cabal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
CONFIG: "--enable-tests --enable-benchmarks"
3030
steps:
3131
- uses: actions/checkout@v2
32+
with:
33+
submodules: true
3234
- uses: actions/setup-haskell@v1.1.2
3335
id: setup-haskell-cabal
3436
with:

.github/workflows/stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
apt-get: ${{ matrix.apt-get }}
6161
brew: ${{ matrix.brew }}
6262
- uses: actions/checkout@v2
63-
63+
with:
64+
submodules: true
6465
- name: Cache Stack
6566
id: cache-stack
6667
uses: actions/cache@v1

0 commit comments

Comments
 (0)