Skip to content

Commit

Permalink
Uncomment actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 20, 2024
1 parent aa8a13b commit 5a5f28b
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions .github/workflows/repo-ghc-8.6-cabal-2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,30 @@ 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

- name: Create sandbox
run: |
echo "$PWD/.cabal-sandbox/bin" >> $GITHUB_PATH
ls
pwd
# cabal v1-sandbox init
# - 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
cabal v1-sandbox init
- 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 5a5f28b

Please sign in to comment.