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 eeb3b9f commit 2828cc5Copy full SHA for 2828cc5
.github/workflows/integration-tests.yml
@@ -202,12 +202,6 @@ jobs:
202
run: |
203
set -ex
204
205
- # The release.hs script depends on digest, and digest requires
206
- # pkg-config. TO DO: Perhaps the self-hosted runner's software should
207
- # include pkg-config.
208
- sudo apt-get update
209
- sudo apt-get install -y pkg-config
210
-
211
# As of 19 August 2023, the self-hosted runner comes with Stack 2.11.1,
212
# but it is not on the PATH. Logging the version for information.
213
/usr/local/bin/stack --version
0 commit comments