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

no sudo no way

parent daaa236d
No related branches found
No related tags found
No related merge requests found
......@@ -128,10 +128,10 @@ jobs:
- uses: actions/checkout@v2
- name: apt-get update
run: apt-get update
run: sudo apt-get update
- name: Install extra compiler
run: apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
run: sudo apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
- uses: haskell/actions/setup@v1
id: setup-haskell
......@@ -159,4 +159,4 @@ jobs:
run: sh validate.sh -j 2 -w ghc-${{ matrix.ghc }} -v ${{ matrix.flags }} -s build
- name: "Validate lib-suite-extras --extra-hc ghc-${{ matrix.extra-ghc }}"
run: sh validate.sh -j 2 -w ghc-${{ matrix.ghc }} -v --lib-only -s lib-suite-extras --extra-hc /opt/ghc/${{ matrix.extra-ghc }}/bin/ghc-${{ matrix.extra-ghc }}
\ No newline at end of file
run: sh validate.sh -j 2 -w ghc-${{ matrix.ghc }} -v --lib-only -s lib-suite-extras --extra-hc /opt/ghc/${{ matrix.extra-ghc }}/bin/ghc-${{ matrix.extra-ghc }}
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