Skip to content

Commit

Permalink
Clean up and structure GA file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 18, 2024
1 parent 729f47b commit 3b86373
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/hackage-ghc-9.4-cabal-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- "9.4"

steps:
# - uses: actions/checkout@v3

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

- uses: haskell-actions/setup@main
id: setup-haskell-cabal
Expand All @@ -35,14 +30,19 @@ jobs:
echo "$HOME/.ghcup/bin" >> $GITHUB_PATH
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
- name: Build
- name: Install dependencies
run: |
cabal install alex:alex
cabal install happy:happy
cabal install BNFC:bnfc
ls $HOME/.cabal
ls $HOME/.cabal/bin
bnfc --version
alex --version
happy --version
- name: Install ogma
run: |
cabal install ogma-cli
- name: Run ogma to check that it is working
run: |
ogma --version

0 comments on commit 3b86373

Please sign in to comment.