Skip to content

Commit

Permalink
Install ogma from hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 18, 2024
1 parent 29a165e commit 2c680c4
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: install-hackage-ghc-9.4-cabal-3.8

# Trigger the workflow on push or pull request
on:
Expand All @@ -17,11 +17,11 @@ jobs:
- "9.4"

steps:
- uses: actions/checkout@v3
# - uses: actions/checkout@v3

- name: Show checkout byproduct
run: |
ls
# - name: Show checkout byproduct
# run: |
# ls

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

- name: Build
run: |
ls
cabal install ogma-*/
cabal install ogma-cli

0 comments on commit 2c680c4

Please sign in to comment.