Skip to content

Commit

Permalink
chore(ci): use repo in offline mode
Browse files Browse the repository at this point in the history
no need to start node and open outgoing connections
github CI may be punishing us by throttling egress
  • Loading branch information
lidel authored Nov 30, 2024
1 parent 4b8fc00 commit eaf63ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
run: |
# fix resolv - DNS provided by Github is unreliable for DNSLik/dnsaddr
sudo sed -i -e 's/nameserver 127.0.0.*/nameserver 1.1.1.1/g' /etc/resolv.conf
- uses: ipfs/start-ipfs-daemon-action@v1
- run: ipfs init
- name: Import build/ to IPFS
id: ipfs
run: |
Expand Down

0 comments on commit eaf63ed

Please sign in to comment.