We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cabb5 commit d46bfebCopy full SHA for d46bfeb
.github/workflows/main.yml
@@ -87,6 +87,9 @@ jobs:
87
dhall-yaml
88
)
89
for package in "${packages[@]}"; do
90
+ if [ '${{matrix.stack-yaml}}' == 'stack.ghc-9.8.yaml' ] && [ "${package}" == 'dhall-nix' ]; then
91
+ continue
92
+ fi
93
if [ '${{matrix.os.runner}}' == 'windows-latest' ] && [ "${package}" == 'dhall-nix' ]; then
94
continue
95
fi
@@ -112,6 +115,9 @@ jobs:
112
115
113
116
114
117
118
119
120
121
122
123
0 commit comments