Skip to content

Commit

Permalink
edit github action config to include permissions for .ghcup (#1141)
Browse files Browse the repository at this point in the history
* edit github action config to include permissions for .ghcup

* testing failed fix

* excluding mac from fix

* adding wildcard for ubuntu images

* fixing cause wildcards don't work i guess

* Update .github/workflows/applications.yml

Co-authored-by: Lars Kuhtz <[email protected]>

---------

Co-authored-by: Louis Page <[email protected]>
Co-authored-by: Lars Kuhtz <[email protected]>
  • Loading branch information
3 people authored Feb 11, 2023
1 parent 842fbc4 commit 0ef46e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
run: choco install -y -r awscli

# Haskell Setup
- name: Set permissions for .ghcup (ubuntu)
if: startsWith(matrix.os, 'ubuntu-')
run: sudo chown -R $USER /usr/local/.ghcup
- name: Install GHC and Cabal
uses: haskell/actions/setup@v2
with:
Expand Down

0 comments on commit 0ef46e7

Please sign in to comment.