mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-03 14:03:08 +00:00
Try to fix CI
This commit is contained in:
parent
fc220947e4
commit
3f60ad501b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user