Try to fix CI

This commit is contained in:
Arnaud 2025-10-15 08:21:33 +02:00
parent fc220947e4
commit 3f60ad501b
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -42,8 +42,10 @@ jobs:
go-version-file: go.mod
- name: Fetch artifacts
run: |
OS="${{ matrix.target.name }}" ARCH="${{ matrix.target.cpu }}" make fetch
env:
OS: ${{ matrix.target.name }}
ARCH: ${{ matrix.target.cpu }}
run: make fetch
- name: Build
run: make build