Skip to content

Commit c3af2dd

Browse files
authored
Merge pull request #604 from jneira/clean-cabal-project
Remove custom hie-bios version
2 parents ecafd3e + 03f1e15 commit c3af2dd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: .github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: [push, pull_request]
44
jobs:
55
test:
66
runs-on: ${{ matrix.os }}
7-
7+
env:
8+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
89
strategy:
910
fail-fast: false
1011
matrix:

Diff for: cabal.project

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ source-repository-package
1111
location: https://github.com/bubba/brittany.git
1212
tag: c59655f10d5ad295c2481537fc8abf0a297d9d1c
1313

14-
source-repository-package
15-
type: git
16-
location: https://github.com/bubba/hie-bios.git
17-
tag: cec139a1c3da1632d9a59271acc70156413017e7
18-
1914
tests: true
2015

2116
package *

0 commit comments

Comments
 (0)