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 da52d2b commit e3c2c36Copy full SHA for e3c2c36
.github/workflows/haskell-ci.yaml
@@ -109,16 +109,18 @@ jobs:
109
ghcup install ghc --set ${{ matrix.ghc }}
110
ghcup install cabal latest
111
112
+ # This version must stay old enough to remain compatible with the container image.
113
- uses: actions/checkout@v1
114
- - name: Cabal version
115
+ - name: Cabal update
116
run: |
117
source ~/.ghcup/env
118
cabal --version
119
120
- name: Unpack
121
122
123
+ cabal update
124
125
cabal sdist --ignore-project --output-directory ..
126
cd ..
@@ -127,7 +129,6 @@ jobs:
127
129
- name: Build
128
130
131
- cabal update
132
133
project_file="$(pwd)/cabal.project.test"
134
cd ../vector-quicksort-*/
0 commit comments