Skip to content
Snippets Groups Projects
Commit 5495d0e3 authored by Javier Neira 's avatar Javier Neira Committed by mergify-bot
Browse files

No sudo in the linux conatiner

parent 6a941422
Branches gb/no-reconfigure-test-flags
No related tags found
No related merge requests found
......@@ -129,13 +129,10 @@ jobs:
- uses: actions/checkout@v2
- name: apt-get update
run: sudo apt-get update
- name: Install extra compiler
run: |
sudo apt-get update
sudo apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
apt-get update
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
- uses: haskell/actions/setup@v1
id: setup-haskell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment