Add missing space

This commit is contained in:
Arnaud 2025-10-06 12:29:39 +02:00
parent 095ffed064
commit 70f318e1fb
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -38,10 +38,10 @@ jobs:
make update
make libcodex
- name: Build codex go
run: |
cd codex
go build -o codex-go
- name: Build codex go
run: |
cd codex
go build -o codex-go
- name: Go test
env: