We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940583a commit 8582336Copy full SHA for 8582336
.github/workflows/cabal.yml
@@ -29,6 +29,8 @@ jobs:
29
CONFIG: "--enable-tests --enable-benchmarks"
30
steps:
31
- uses: actions/checkout@v2
32
+ with:
33
+ submodules: true
34
- uses: actions/setup-haskell@v1.1.2
35
id: setup-haskell-cabal
36
with:
.github/workflows/stack.yml
@@ -60,7 +60,8 @@ jobs:
60
apt-get: ${{ matrix.apt-get }}
61
brew: ${{ matrix.brew }}
62
63
-
64
65
- name: Cache Stack
66
id: cache-stack
67
uses: actions/cache@v1
0 commit comments