Skip to content

Commit

Permalink
Update to cabal-3.4.0.0-rc5 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 11, 2021
1 parent 3e52ae8 commit a7e95d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Select optimal cabal version
run: |
case "$OS" in
Windows_NT) echo "CABAL_VERSION=3.4.0.1-rc3" >> $GITHUB_ENV;;
Windows_NT) echo "CABAL_VERSION=3.4.0.0-rc5" >> $GITHUB_ENV;;
*) echo "CABAL_VERSION=3.4.0.0-rc4" >> $GITHUB_ENV;;
esac
Expand Down

0 comments on commit a7e95d2

Please sign in to comment.