Skip to content

Commit eaf63ed

Browse files
authored
chore(ci): use repo in offline mode
no need to start node and open outgoing connections github CI may be punishing us by throttling egress
1 parent 4b8fc00 commit eaf63ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
run: |
7171
# fix resolv - DNS provided by Github is unreliable for DNSLik/dnsaddr
7272
sudo sed -i -e 's/nameserver 127.0.0.*/nameserver 1.1.1.1/g' /etc/resolv.conf
73-
74-
- uses: ipfs/start-ipfs-daemon-action@v1
73+
- run: ipfs init
7574
- name: Import build/ to IPFS
7675
id: ipfs
7776
run: |

0 commit comments

Comments
 (0)