Skip to content

Commit

Permalink
Install alex and happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 18, 2024
1 parent fa0085e commit 729f47b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hackage-ghc-9.4-cabal-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
- name: Build
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
cabal install ogma-cli

0 comments on commit 729f47b

Please sign in to comment.