We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecafd3e + 03f1e15 commit c3af2ddCopy full SHA for c3af2dd
.github/workflows/test.yml
@@ -4,7 +4,8 @@ on: [push, pull_request]
4
jobs:
5
test:
6
runs-on: ${{ matrix.os }}
7
-
+ env:
8
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
9
strategy:
10
fail-fast: false
11
matrix:
cabal.project
@@ -11,11 +11,6 @@ source-repository-package
location: https://github.com/bubba/brittany.git
12
tag: c59655f10d5ad295c2481537fc8abf0a297d9d1c
13
14
-source-repository-package
15
- type: git
16
- location: https://github.com/bubba/hie-bios.git
17
- tag: cec139a1c3da1632d9a59271acc70156413017e7
18
19
tests: true
20
21
package *
0 commit comments