Skip to content

Commit d9a0ad7

Browse files
committed
debug
1 parent 5740509 commit d9a0ad7

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
with:
4242
go-version-file: go.mod
4343

44-
# - name: Fetch artifacts
45-
# env:
46-
# OS: ${{ matrix.target.name }}
47-
# ARCH: ${{ matrix.target.cpu }}
48-
# run: make fetch
44+
- name: Fetch artifacts
45+
env:
46+
OS: ${{ matrix.target.name }}
47+
ARCH: ${{ matrix.target.cpu }}
48+
run: make fetch
4949

5050
- name: Build
5151
run: make build

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module example
22

33
go 1.25.1
44

5-
require github.com/codex-storage/codex-go-bindings v0.0.18
5+
require github.com/codex-storage/codex-go-bindings v0.0.20

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ github.com/codex-storage/codex-go-bindings v0.0.17 h1:lKtYBqUIDsZdgEe1f4DGfv/K+A
1616
github.com/codex-storage/codex-go-bindings v0.0.17/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg=
1717
github.com/codex-storage/codex-go-bindings v0.0.18 h1:0l9XEoH9O5Akg7KCJreZq5jQxdky8Y79T/2TopHdBIY=
1818
github.com/codex-storage/codex-go-bindings v0.0.18/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg=
19+
github.com/codex-storage/codex-go-bindings v0.0.20 h1:vK9jU8vafSJkMpOEHdPiQ9S8owSGUaPGVUxb7hKaIck=
20+
github.com/codex-storage/codex-go-bindings v0.0.20/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg=

libs/libcodex.dylib

-29.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)