From e9f410e8893a69eee86473f587aa043a74da48c4 Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 17 Nov 2020 08:57:00 +0100 Subject: [PATCH 1/2] Remove custom hie-bios version --- cabal.project | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cabal.project b/cabal.project index 2fc900a984..edd8e4faaf 100644 --- a/cabal.project +++ b/cabal.project @@ -11,11 +11,6 @@ source-repository-package location: https://github.com/bubba/brittany.git tag: c59655f10d5ad295c2481537fc8abf0a297d9d1c -source-repository-package - type: git - location: https://github.com/bubba/hie-bios.git - tag: cec139a1c3da1632d9a59271acc70156413017e7 - tests: true package * From 03f1e1553a45d0c127c9fc06709b5641ebeabe4a Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 17 Nov 2020 20:21:13 +0100 Subject: [PATCH 2/2] Allow insecure commands temporary --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d83adfde5e..32ea211535 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,8 @@ on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} - + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true strategy: fail-fast: false matrix: