Skip to content

Commit

Permalink
Add cabal update step
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Feb 29, 2024
1 parent 3fbcd98 commit e39af5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:

- uses: actions/checkout@v4

- run: cabal install --ignore-project alex-3.4.0.1
- run: |
cabal update
cabal install --ignore-project alex-3.4.0.1
- run: alex --version

Expand Down

0 comments on commit e39af5d

Please sign in to comment.