Skip to content

Commit f0d8b5c

Browse files
committed
Try this
1 parent f6f8034 commit f0d8b5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup-build/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ runs:
2525
steps:
2626
- name: Workaround runner image issue
2727
# https://github.com/actions/runner-images/issues/7061
28-
run: sudo chown -R $USER /usr/local/.ghcup
28+
run: |
29+
sudo mkdir -p /usr/local/.ghcup
30+
sudo chown -R $USER /usr/local/.ghcup
2931
shell: bash
3032

3133
- uses: haskell/actions/setup@v2.3.3

0 commit comments

Comments
 (0)