Skip to content

Commit 2828cc5

Browse files
committed
Remove sudo command from CI
1 parent eeb3b9f commit 2828cc5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ jobs:
202202
run: |
203203
set -ex
204204
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-
211205
# As of 19 August 2023, the self-hosted runner comes with Stack 2.11.1,
212206
# but it is not on the PATH. Logging the version for information.
213207
/usr/local/bin/stack --version

0 commit comments

Comments
 (0)