We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fe466 commit 283160bCopy full SHA for 283160b
.github/workflows/ci.yml
@@ -110,7 +110,7 @@ jobs:
110
apt-get update -y
111
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl
112
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
113
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v1
114
- name: Test
115
run: |
116
source ~/.ghcup/env
0 commit comments