Skip to content

Commit f799af8

Browse files
committed
Document the particular hack snippets in validate.yml
1 parent 31e0039 commit f799af8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757

5858
- uses: actions/checkout@v3
5959

60+
# See https://github.com/haskell/cabal/pull/8739
6061
- name: Sudo chmod to permit ghcup to update its cache
6162
run: |
6263
if [[ "${{ runner.os }}" == "Linux" ]]; then
@@ -72,6 +73,8 @@ jobs:
7273

7374
# See the following link for a breakdown of the following step
7475
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
76+
#
77+
# See https://github.com/haskell/cabal/pull/8739 for why Windows is excluded
7578
- if: ${{ runner.os != 'Windows' }}
7679
uses: actions/cache@v2
7780
with:

0 commit comments

Comments
 (0)