This commit is contained in:
Arnaud 2025-10-16 05:24:17 +02:00
parent ecae7dea6b
commit 7f8f89577c
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
2 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@ jobs:
with:
go-version-file: go.mod
# - name: Fetch artifacts
# env:
# OS: ${{ matrix.target.name }}
# ARCH: ${{ matrix.target.cpu }}
# run: make fetch
- name: Fetch artifacts
env:
OS: ${{ matrix.target.name }}
ARCH: ${{ matrix.target.cpu }}
run: make fetch
- name: Build
run: make build

Binary file not shown.