We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffa1d4 commit a32fce6Copy full SHA for a32fce6
.github/workflows/validate.yml
@@ -71,16 +71,6 @@ jobs:
71
key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
72
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
73
74
- # See https://github.com/haskell/cabal/pull/8739
75
- - name: Sudo chmod to permit ghcup to update its cache
76
- run: |
77
- if [[ "${{ runner.os }}" == "Linux" ]]; then
78
- sudo ls -lah /usr/local/.ghcup/cache
79
- sudo mkdir -p /usr/local/.ghcup/cache
80
81
- sudo chown -R $USER /usr/local/.ghcup
82
- sudo chmod -R 777 /usr/local/.ghcup
83
- fi
84
- uses: haskell/actions/setup@v2
85
id: setup-haskell
86
with:
0 commit comments