Skip to content

Commit f6f8034

Browse files
committed
Workaround ghcup runner issue
1 parent b8205fa commit f6f8034

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ inputs:
2323
runs:
2424
using: "composite"
2525
steps:
26+
- name: Workaround runner image issue
27+
# https://github.com/actions/runner-images/issues/7061
28+
run: sudo chown -R $USER /usr/local/.ghcup
29+
shell: bash
30+
2631
- uses: haskell/actions/setup@v2.3.3
2732
id: HaskEnvSetup
2833
with:

0 commit comments

Comments
 (0)