Skip to content

Commit

Permalink
Remove sudo command from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Mar 6, 2024
1 parent 79afe36 commit cffdec6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ jobs:
run: |
set -ex
# The release.hs script depends on digest, and digest requires
# pkg-config. TO DO: Perhaps the self-hosted runner's software should
# include pkg-config.
sudo apt-get update
sudo apt-get install -y pkg-config
# As of 19 August 2023, the self-hosted runner comes with Stack 2.11.1,
# but it is not on the PATH. Logging the version for information.
/usr/local/bin/stack --version
Expand Down

0 comments on commit cffdec6

Please sign in to comment.