Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 18, 2024
1 parent d6777ee commit d1ecf65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

steps:
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize'

- uses: haskell/actions/setup@main
id: setup-haskell-cabal
Expand All @@ -32,4 +31,5 @@ jobs:

- name: Build
run: |
cabal build all
ls
cabal build all ogma/

0 comments on commit d1ecf65

Please sign in to comment.