Skip to content

Commit

Permalink
chore(ci): restore download-ipfs-distribution-action
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jan 24, 2025
1 parent dbd0374 commit 84df879
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/setup-ipfs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: Setup IPFS
runs:
using: "composite"
steps:
- uses: ipfs/download-ipfs-distribution-action@ffe03c1ad9e44c51b90e9bc342a3646a925b2923 # TODO: swith to v1 once https://github.com/ipfs/download-ipfs-distribution-action/pull/36/ is released
- uses: ipfs/download-ipfs-distribution-action@v1
with:
name: kubo
version: "${{ env.KUBO_VER }}"
- uses: ipfs/download-ipfs-distribution-action@ffe03c1ad9e44c51b90e9bc342a3646a925b2923 # TODO: swith to v1 once https://github.com/ipfs/download-ipfs-distribution-action/pull/36/ is released
- uses: ipfs/download-ipfs-distribution-action@v1
with:
name: ipfs-cluster-ctl
version: "${{ env.CLUSTER_CTL_VER }}"
Expand All @@ -16,6 +16,8 @@ runs:
# 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
ipfs init --profile server,randomports
ipfs config --json Routing.Type autoclient
ipfs config Reprovider.Interval 0
shell: bash
- uses: ipfs/start-ipfs-daemon-action@v1
with:
Expand Down

0 comments on commit 84df879

Please sign in to comment.