Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby6000 committed Nov 25, 2019
1 parent 5a79f42 commit e14e691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04]

steps:

- name: Checkout code
uses: actions/checkout@master
Expand All @@ -20,7 +22,6 @@ jobs:
path: ./out
key: ${{ matrix.os }}-bin-${{ github.sha }}

steps:
- name: Set up Haskell
if: steps.cache-bin.outputs.cache-hit != 'true'
uses: actions/setup-haskell@v1
Expand Down

0 comments on commit e14e691

Please sign in to comment.