Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 20, 2024
1 parent acd771e commit 82edd0b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/repo-ghc-8.6-cabal-2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:

steps:

- uses: haskell-actions/setup@main
id: setup-haskell-cabal
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}

- name: Prepare environment
run: |
echo "$HOME/.ghcup/bin" >> $GITHUB_PATH
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
# - uses: haskell-actions/setup@main
# id: setup-haskell-cabal
# name: Setup Haskell
# with:
# ghc-version: ${{ matrix.ghc }}
# cabal-version: ${{ matrix.cabal }}

# - name: Prepare environment
# run: |
# echo "$HOME/.ghcup/bin" >> $GITHUB_PATH
# echo "$HOME/.cabal/bin" >> $GITHUB_PATH

- uses: actions/checkout@v4
with:
Expand All @@ -38,14 +38,14 @@ jobs:
run: |
echo "$PWD/.cabal-sandbox/bin" >> $GITHUB_PATH
cabal v1-sandbox init
- name: Install Alex, Happy
run: |
cabal v1-install alex happy
ls
pwd
- name: Install ogma
run: |
cabal v1-install ogma-**/ --enable-tests
cabal v1-install ogma-**/ --enable-tests --run-tests- j1
# - name: Install Alex, Happy
# run: |
# cabal v1-install alex happy
# - name: Install ogma
# run: |
# cabal v1-install ogma-**/ --enable-tests
# cabal v1-install ogma-**/ --enable-tests --run-tests- j1

0 comments on commit 82edd0b

Please sign in to comment.