We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93b206 commit 259a70cCopy full SHA for 259a70c
ghcide/.github/workflows/bench.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- run: git fetch origin master # check the master branch for benchmarking
17
- - uses: actions/setup-haskell@v1.1.3
+ - uses: actions/setup-haskell@v1
18
with:
19
ghc-version: ${{ matrix.ghc }}
20
cabal-version: '3.2'
ghcide/.github/workflows/test.yml
@@ -5,8 +5,6 @@ jobs:
5
test:
6
timeout-minutes: 360
7
runs-on: ${{ matrix.os }}
8
- env:
9
- ACTIONS_ALLOW_UNSECURE_COMMANDS: true
10
strategy:
11
fail-fast: false
12
matrix:
@@ -27,7 +25,7 @@ jobs:
27
25
28
26
29
30
31
32
33
0 commit comments