File tree 4 files changed +20
-0
lines changed
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
+ - name : Workaround runner image issue
13
+ if : runner.os == 'Linux'
14
+ # https://github.com/actions/runner-images/issues/7061
15
+ run : sudo chown -R $USER /usr/local/.ghcup
16
+
12
17
- name : Install Haskell
13
18
uses : input-output-hk/setup-haskell@v1
14
19
id : setup-haskell
Original file line number Diff line number Diff line change 28
28
SECP256K1_REF : ac83be33d0956faf6b7f61a60ab524ef7d6a473a
29
29
30
30
steps :
31
+ - name : Workaround runner image issue
32
+ if : runner.os == 'Linux'
33
+ # https://github.com/actions/runner-images/issues/7061
34
+ run : sudo chown -R $USER /usr/local/.ghcup
35
+
31
36
- name : Install Haskell
32
37
uses : input-output-hk/setup-haskell@v1
33
38
id : setup-haskell
Original file line number Diff line number Diff line change 39
39
SECP256K1_REF : ac83be33d0956faf6b7f61a60ab524ef7d6a473a
40
40
41
41
steps :
42
+ - name : Workaround runner image issue
43
+ if : runner.os == 'Linux'
44
+ # https://github.com/actions/runner-images/issues/7061
45
+ run : sudo chown -R $USER /usr/local/.ghcup
46
+
42
47
- name : Install Haskell
43
48
uses : input-output-hk/setup-haskell@v1
44
49
id : setup-haskell
Original file line number Diff line number Diff line change 33
33
cardano-submit-api
34
34
35
35
steps :
36
+ - name : Workaround runner image issue
37
+ if : runner.os == 'Linux'
38
+ # https://github.com/actions/runner-images/issues/7061
39
+ run : sudo chown -R $USER /usr/local/.ghcup
40
+
36
41
- name : Install Haskell
37
42
uses : input-output-hk/setup-haskell@v1
38
43
id : setup-haskell
You can’t perform that action at this time.
0 commit comments