Fix syntax

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

View File

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