Skip to content

Commit

Permalink
more detailed build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby6000 committed Nov 25, 2019
1 parent e14e691 commit b93d4e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/haskell-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
path: ./out
key: ${{ matrix.os }}-bin-${{ github.sha }}

# Ugly hack. This will always cache-miss. See Load Artifact below
- name: Skip build
if: steps.cache-bin.outputs.cache-hit == 'true'
run: |
echo "Skipping CI. This SHA has already been successfully built."
- name: Set up Haskell
if: steps.cache-bin.outputs.cache-hit != 'true'
uses: actions/setup-haskell@v1
Expand Down

0 comments on commit b93d4e7

Please sign in to comment.