Skip to content

Commit c56fe07

Browse files
authored
feat: kubo 0.14 (#2210)
and some electron dep bumps
1 parent 14bc6ad commit c56fe07

File tree

3 files changed

+566
-2957
lines changed

3 files changed

+566
-2957
lines changed

.github/workflows/ci.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
- uses: ipfs/download-ipfs-distribution-action@v1
4141
if: steps.webui-cache.outputs.cache-hit != 'true'
4242
with:
43-
name: go-ipfs
44-
- uses: ipfs/start-ipfs-daemon-action@v1
45-
if: steps.webui-cache.outputs.cache-hit != 'true'
43+
name: kubo
44+
# TODO: uncomment after https://github.com/ipfs-shipyard/ipfs-or-gateway/issues/37 is resolved
45+
#- uses: ipfs/start-ipfs-daemon-action@v1
46+
# if: steps.webui-cache.outputs.cache-hit != 'true'
4647

4748

4849
- name: Install dependencies and fetch ipfs-webui
@@ -96,7 +97,7 @@ jobs:
9697
- uses: ipfs/download-ipfs-distribution-action@v1
9798
if: steps.webui-cache.outputs.cache-hit != 'true'
9899
with:
99-
name: go-ipfs
100+
name: kubo
100101
- uses: ipfs/start-ipfs-daemon-action@v1
101102
if: steps.webui-cache.outputs.cache-hit != 'true'
102103

@@ -159,7 +160,7 @@ jobs:
159160
- uses: ipfs/download-ipfs-distribution-action@v1
160161
if: steps.webui-cache.outputs.cache-hit != 'true'
161162
with:
162-
name: go-ipfs
163+
name: kubo
163164
- uses: ipfs/start-ipfs-daemon-action@v1
164165
if: steps.webui-cache.outputs.cache-hit != 'true'
165166

0 commit comments

Comments
 (0)